1diff --git a/linodecli/api_request.py b/linodecli/api_request.py 2index 4273aa6..3ada5c2 100644 3--- a/linodecli/api_request.py 4+++ b/linodecli/api_request.py 5@@ -305,7 +305,7 @@ def _attempt_warn_old_version(ctx, result): 6 file=sys.stderr, 7 ) 8 9- if api_version_higher: 10+ if False: 11 # check to see if there is, in fact, a version to upgrade to. If not, don't 12 # suggest an upgrade (since there's no package anyway) 13 new_version_exists = False