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
command = commands.join('|')
puts command
puts
if options.debug
puts command
else
system command
end
puts
end
private