diff options
| author | ruki <[email protected]> | 2023-07-24 23:50:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-07-24 23:50:39 +0800 |
| commit | 6bece03efd07829d4e59f53de36a219a2397c0e1 (patch) | |
| tree | 7f544c2457fc8b7970b5a7c5e4e51c693b816b3f /xmake/modules/private/action/require/impl/package.lua | |
| parent | 0a592934a63d9d42b0c11bd30ee9672ac10616c9 (diff) | |
remove logs
Diffstat (limited to 'xmake/modules/private/action/require/impl/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 97cf00354..17723fbaa 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -733,7 +733,6 @@ end -- load required packages function _load_package(packagename, requireinfo, opt) - print(packagename, requireinfo) -- check circular dependency opt = opt or {} |
