From da479356aed60608d8134d86caffb15566c929d8 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 14 Apr 2022 21:01:21 +0800 Subject: remove log --- xmake/modules/private/service/remote_build/session.lua | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.3.1