Commit ef74ef8388ca66c1b6f8d56cdb723371c43b8810

Authored by Evandro Junior
1 parent 1b537eb0

Output blocked

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