summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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