Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Apr 17, 2023
1 parent 7b9adc5 commit e108c5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion armaqdl/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def get_latest():


def is_newer(latest):
print(__version_tuple__)
latest_cmp = tuple(map(int, latest.split(".")[:3]))
current_cmp = __version_tuple__[:3]

Expand Down

0 comments on commit e108c5c

Please sign in to comment.