From 14df709a8f7ee81b03820768dc453a275b43f902 Mon Sep 17 00:00:00 2001 From: boatbomber Date: Thu, 25 Jan 2024 13:34:55 -0800 Subject: [PATCH] Remove debug print --- plugin/src/Version.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/src/Version.lua b/plugin/src/Version.lua index 51ebdf20e..d95702e89 100644 --- a/plugin/src/Version.lua +++ b/plugin/src/Version.lua @@ -141,7 +141,6 @@ function Version.retrieveLatestCompatible(options: { end -- Don't return anything if the latest found is not newer than the current version - print(latestCompatible.version, options.version, Version.compare(latestCompatible.version, options.version)) if latestCompatible == nil or Version.compare(latestCompatible.version, options.version) <= 0 then return nil end