summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-27 23:55:59 +0800
committerruki <[email protected]>2022-10-27 23:55:59 +0800
commitcea2f829f0e71163c71ac8d9feb38d6b15c727b0 (patch)
treec58997839878be71f3aaee33175910747c2f2725
parentae0a7a6b30061a6c544273b56c810642c22f80c0 (diff)
remove logs
-rw-r--r--xmake/core/main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index e55bc208f..87c486a0a 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -133,7 +133,6 @@ function main._init()
if not options then
return false, err
end
- print("options.project", options.project)
-- init project paths only for xmake engine
if xmake._NAME == "xmake" then