diff options
| author | ruki <[email protected]> | 2024-04-09 06:44:41 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-09 06:44:41 +0800 |
| commit | 19b67001ad77668b555a1213bc6d473bc35318aa (patch) | |
| tree | fdc2d6721f1a47325fa29a2ba6e0a239e03ca73e | |
| parent | 81f04b64d69772851c0b781c52a7f307a4be03b9 (diff) | |
Update package.lua
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua index d8a5af7be..6a860d99a 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -942,7 +942,6 @@ function _load_package(packagename, requireinfo, opt) -- get package key local packagekey = _get_packagekey(packagename, requireinfo, version) - print("packagekey", packagekey) -- get package from cache first local package_cached = _memcache():get2("packages", packagekey) |
