From 4d78fc5549b7033096812effcdc33cdb06e2abc2 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 17 Mar 2023 22:31:51 +0800 Subject: remove debug logs --- xmake/core/package/package.lua | 2 -- 1 file changed, 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 -- cgit v1.3.1