diff options
| -rw-r--r-- | xmake/modules/private/service/remote_build/session.lua | 1 |
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 |
