remove debug log

This commit is contained in:
Laurent Sansonetti
2011-12-24 15:14:05 +01:00
parent 75a42f68b5
commit 2f37fa0000

View File

@@ -234,7 +234,6 @@ EOS
dest_path = File.join(bundle_path, res)
if !File.exist?(dest_path) or File.mtime(res_path) > File.mtime(dest_path)
FileUtils.mkdir_p(File.dirname(dest_path))
p "copy #{res_path} #{dest_path}"
FileUtils.cp(res_path, File.dirname(dest_path))
end
end