diff options
| author | ruki <[email protected]> | 2018-04-24 00:37:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-23 21:43:48 +0800 |
| commit | f0046fd30c7bc2ea827335cf4f9fb1c3a014fec4 (patch) | |
| tree | 8e1b783b8e67e60e82ce0081c263f67684e3cdb1 | |
| parent | 1164a551c97d8166b1106155272aef217a109b7f (diff) | |
remove some unused prints
| -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 4baf81384..bb3ed7ac5 100644 --- a/xmake/actions/run/main.lua +++ b/xmake/actions/run/main.lua @@ -58,7 +58,6 @@ function _on_run_target(target) if is_plat("windows") or (is_plat("mingw") and is_host("windows")) then local searchdirs = {} for _, linkdir in ipairs(target:get("linkdirs")) do - print(1, linkdir) if not searchdirs[linkdir] then searchdirs[linkdir] = true os.addenv("PATH", linkdir) |
