- remove another debug print

This commit is contained in:
Jordan Sissel 2013-09-02 21:16:44 +00:00
parent c94ea0aee2
commit 32a1e9b0e1

View file

@ -69,7 +69,6 @@ class LogStash::Inputs::Base < LogStash::Plugin
def initialize(params={})
super
@threadable = false
puts caller.join("\n")
config_init(params)
@tags ||= []