xfind: remove puts
This commit is contained in:
@@ -99,15 +99,12 @@ module Xfind
|
|||||||
end
|
end
|
||||||
|
|
||||||
command = commands.join('|')
|
command = commands.join('|')
|
||||||
puts command
|
|
||||||
|
|
||||||
puts
|
|
||||||
if options.debug
|
if options.debug
|
||||||
puts command
|
puts command
|
||||||
else
|
else
|
||||||
system command
|
system command
|
||||||
end
|
end
|
||||||
puts
|
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|||||||
Reference in New Issue
Block a user