mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-07 22:42:10 +08:00
remove debug log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user