summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-04-14 21:01:21 +0800
committerruki <[email protected]>2022-04-14 21:01:21 +0800
commitda479356aed60608d8134d86caffb15566c929d8 (patch)
tree1fed01f0aacb86901452dde0132f5aebfc64177b
parent7f7480dc941c515d72c8f321c60564437a362f78 (diff)
remove log
-rw-r--r--xmake/modules/private/service/remote_build/session.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/private/service/remote_build/session.lua b/xmake/modules/private/service/remote_build/session.lua
index 16d131151..108a26895 100644
--- a/xmake/modules/private/service/remote_build/session.lua
+++ b/xmake/modules/private/service/remote_build/session.lua
@@ -76,7 +76,6 @@ function session:runcmd(respmsg)
local program = body.program
local argv = body.argv
vprint("%s: run command(%s) ..", self, os.args(table.join(program, argv)))
- print(self:sourcedir())
os.execv(program, argv, {curdir = self:sourcedir()})
vprint("%s: run command ok", self)
end