mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- remove another debug print
This commit is contained in:
parent
c94ea0aee2
commit
32a1e9b0e1
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ class LogStash::Inputs::Base < LogStash::Plugin
|
||||||
def initialize(params={})
|
def initialize(params={})
|
||||||
super
|
super
|
||||||
@threadable = false
|
@threadable = false
|
||||||
puts caller.join("\n")
|
|
||||||
config_init(params)
|
config_init(params)
|
||||||
@tags ||= []
|
@tags ||= []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue