- remove debugging

This commit is contained in:
Jordan Sissel 2013-06-14 23:11:07 -07:00
parent b55684d3fe
commit 5860dee0e9

View file

@ -214,9 +214,6 @@ class LogStash::Event
next @data["@timestamp"].to_i
elsif key[0,1] == "+"
t = @data["@timestamp"]
puts "*" * 80
puts caller.join("\n")
puts "*" * 80
formatter = org.joda.time.format.DateTimeFormat.forPattern(key[1 .. -1])\
.withZone(org.joda.time.DateTimeZone::UTC)
#next org.joda.time.Instant.new(t.tv_sec * 1000 + t.tv_usec / 1000).toDateTime.toString(formatter)