Commit 725bf103dff9d437858af5d3f5de1d993b7c2644

Authored by Evandro Junior
1 parent 74c3d703

Output blocked

plugins/community_hub/lib/community_hub_plugin/listener.rb
... ... @@ -39,7 +39,7 @@ class CommunityHubPlugin::Listener
39 39 end
40 40  
41 41 def log(message)
42   - puts message
  42 + #puts message
43 43 initialize_logger unless @initiated
44 44 @initiated ||= true
45 45 @logger << "[#{Time.now.strftime('%F %T %z')}] #{message}\n"
... ...