Skip to content

Commit

Permalink
- remove empty method
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed May 23, 2011
1 parent 7e920fd commit b2c8e48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/logstash/outputs/stdout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b2c8e48

Please sign in to comment.