Remove debug print

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-09-11 16:36:53 +09:00
parent b7397133a8
commit 9bfc774be5
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -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