summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-27 23:55:36 +0800
committerruki <[email protected]>2022-10-27 23:55:36 +0800
commite1b4620d60414104ac2706f527e9bf09abe7ff2b (patch)
treeb559967a3c2e107df851ac86283666ba9bd32223
parentfbe995a3b9d8b4672e55882d14d49678053d3415 (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 173eb002c..5f1f0ae99 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -125,7 +125,6 @@ function main._init()
-- get project directory and project file from the argument option
local options, err = main._basicparse()
- utils.dump(options)
if not options then
return false, err
end