diff --git a/src/kemal/null_log_handler.cr b/src/kemal/null_log_handler.cr index c42173c..e636465 100644 --- a/src/kemal/null_log_handler.cr +++ b/src/kemal/null_log_handler.cr @@ -2,7 +2,6 @@ module Kemal # This is here to represent the logger corresponding to Null Object Pattern. class NullLogHandler < Kemal::BaseLogHandler def call(context) - puts "This is null" call_next(context) end