Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Jan 25, 2024
1 parent 22d19de commit 14df709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/src/Version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14df709

Please sign in to comment.