- remove empty method

This commit is contained in:
Jordan Sissel 2011-05-22 21:24:36 -07:00
parent 7e920fd4f7
commit b2c8e486ae

View file

@ -22,11 +22,6 @@ class LogStash::Outputs::Stdout < LogStash::Outputs::Base
end
end) # config :debug_format
public
def initialize(params)
super
end
public
def register
@print_method = method(:ap) rescue method(:p)