mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- comment out a print
This commit is contained in:
parent
c84245d89a
commit
5adf1a8c15
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class File
|
|||
|
||||
def expand_path(path, dir=nil)
|
||||
if path =~ /(jar:)?file:\/.*\.jar!/
|
||||
p :expand_path_path => [path, dir]
|
||||
#p :expand_path_path => [path, dir]
|
||||
jar, resource = path.split("!", 2)
|
||||
#p :expand_path => [jar, resource]
|
||||
if resource.nil? || resource == ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue