summaryrefslogtreecommitdiff
path: root/xmake/core/project
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/project')
-rw-r--r--xmake/core/project/project.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index cbcf8843d..86050ebec 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -566,8 +566,6 @@ function project._load_requires()
local info = {__requirestr = requirestr, __requireconfs = requireconfs}
instance = project_package.load_withinfo(name, info)
end
- print(instance:name())
- instance:dump()
-- add require info
requires[name] = instance