diff options
| author | ruki <[email protected]> | 2023-03-17 22:31:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-03-17 22:31:51 +0800 |
| commit | 4d78fc5549b7033096812effcdc33cdb06e2abc2 (patch) | |
| tree | 14121c349cf1851b6bb473e726f935591857edec | |
| parent | 3fe3d5a451cddd998765598638d87c1cb6a34b01 (diff) | |
remove debug logs
| -rw-r--r-- | xmake/core/package/package.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index f279950d0..a7171c1d1 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -1507,12 +1507,10 @@ function _instance:_fetch_tool(opt) end end else - print("find_tool", self:name()) fetchinfo = self:find_tool(self:name(), {require_version = opt.require_version, cachekey = "fetch_package_xmake", norun = true, -- we need not run it to check for xmake/packages, @see https://github.com/xmake-io/xmake-repo/issues/66 force = opt.force}) - print("fetchinfo", fetchinfo) -- may be toolset, not single tool if not fetchinfo then |
