Commit 725bf103dff9d437858af5d3f5de1d993b7c2644
1 parent
74c3d703
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Output blocked
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/community_hub/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" |