summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/application.rb b/application.rb
index 3625833..6e418e5 100644
--- a/application.rb
+++ b/application.rb
@@ -3,10 +3,10 @@
require lib
end
-unless(defined? LOGGER)
- LOGGER = Logger.new(STDOUT)
- LOGGER.datetime_format = "%Y-%m-%d %H:%M:%S "
-end
+#unless(defined? LOGGER)
+ #LOGGER = Logger.new(STDOUT)
+ #LOGGER.datetime_format = "%Y-%m-%d %H:%M:%S "
+#end
require "example.rb"