mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- remove unused
This commit is contained in:
parent
7e9bedea32
commit
62af366598
1 changed files with 0 additions and 6 deletions
|
@ -28,12 +28,6 @@ module LogStash; class Event
|
|||
end
|
||||
|
||||
def to_s
|
||||
#require "ap" rescue nil
|
||||
#if @data.respond_to?(:awesome_inspect)
|
||||
#return "#{timestamp} #{source}: #{@data.awesome_inspect}"
|
||||
#else
|
||||
#return "#{timestamp} #{source}: #{@data.inspect}"
|
||||
#end
|
||||
return "#{timestamp} #{source}: #{message}"
|
||||
end # def to_s
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue