remove is_update_available = True debug

This commit is contained in:
Paul Gauthier 2024-08-06 15:33:50 -03:00
parent 1e8e17bd5c
commit 3553e0af40

View file

@ -41,7 +41,6 @@ def check_version(io, just_check=False):
fname.parent.mkdir(parents=True, exist_ok=True)
fname.touch()
is_update_available = True
if just_check:
if is_update_available:
io.tool_output("Update available")