diff options
| author | ruki <[email protected]> | 2024-03-03 23:18:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-03 23:18:39 +0800 |
| commit | bc21c849fa40c23ea7664b64b425f0b2cd3888ac (patch) | |
| tree | df8ff00b0f01dc7501dbb3ce4c43998ad055733a | |
| parent | 22564acd9f4a0c8f4795341ac90a76c6218f7e6a (diff) | |
remove logs
| -rw-r--r-- | xmake/core/package/package.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
