From bc21c849fa40c23ea7664b64b425f0b2cd3888ac Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 3 Mar 2024 23:18:39 +0800 Subject: remove logs --- xmake/core/package/package.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index 836bb22a5..c8560a859 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -1267,7 +1267,6 @@ function _instance:_versions_list() local versions = table.wrap(self:get("versions")) local versionfiles = self:get("versionfiles") if versionfiles then - utils.dump(versionfiles) for _, versionfile in ipairs(table.wrap(versionfiles)) do if not os.isfile(versionfile) then versionfile = path.join(self:scriptdir(), versionfile) -- cgit v1.3.1