mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
remove is_update_available = True debug
This commit is contained in:
parent
1e8e17bd5c
commit
3553e0af40
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue