xfind: remove puts

This commit is contained in:
rkiel
2019-04-14 20:21:30 -04:00
parent 1fed862a5f
commit 01f3712085

View File

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