mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 02:46:11 +02:00
Remove debug print
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
b7397133a8
commit
9bfc774be5
@ -12,7 +12,7 @@ class Fluentd
|
||||
|
||||
def common_options
|
||||
[
|
||||
:pattern,
|
||||
:pattern
|
||||
]
|
||||
end
|
||||
|
||||
@ -21,7 +21,7 @@ class Fluentd
|
||||
excludes = (1..20).map {|n| :"exclude#{n}"}
|
||||
[
|
||||
*regexps, *excludes, :regexp, :exclude, :and, :or
|
||||
].tap{|s| p s}
|
||||
]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user