lib/lumberjack/device/null.rb in lumberjack-1.0.13 vs lib/lumberjack/device/null.rb in lumberjack-1.1.0
- old
+ new
@@ -1,8 +1,6 @@
# frozen_string_literals: true
-require 'date'
-
module Lumberjack
class Device
# This is a logging device that produces no output. It can be useful in
# testing environments when log file output is not useful.
class Null < Device