summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-06-03 00:51:19 +0800
committerruki <[email protected]>2020-06-02 23:07:57 +0800
commit92f6908ff10f4d3ddc0c965bc9438b329782484d (patch)
treecced1be6a4d65f651d93bd732d535d81a39664d3
parentd3e1397c6a150fd26c529b727d9944a1cd54fd06 (diff)
remove debug code
-rw-r--r--xmake/actions/run/main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/run/main.lua b/xmake/actions/run/main.lua
index 5ec64950a..c04c5c8b9 100644
--- a/xmake/actions/run/main.lua
+++ b/xmake/actions/run/main.lua
@@ -59,7 +59,6 @@ function _do_run_target(target)
if option.get("debug") then
debugger.run(targetfile, option.get("arguments"))
else
- print(targetfile)
os.execv(targetfile, option.get("arguments"))
end