mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- remove empty method
This commit is contained in:
parent
7e920fd4f7
commit
b2c8e486ae
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue