diff options
| -rw-r--r-- | xmake/actions/run/main.lua | 1 |
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 |
