lib/timber/context.rb in timber-1.0.13 vs lib/timber/context.rb in timber-1.1.0

- old
+ new

@@ -15,10 +15,10 @@ def as_json(options = {}) raise NotImplementedError.new end def to_json(options = {}) - Util::Hash.compact(as_json).to_json(options) + as_json.to_json(options) end def to_msgpack(*args) as_json.to_msgpack(*args) end \ No newline at end of file