1--- a/linodecli/cli.py
2+++ b/linodecli/cli.py
3@@ -555,7 +555,7 @@
4 if self.debug_request:
5 self.print_response_debug_info(result)
6
7- if not self.suppress_warnings:
8+ if False:
9 # check the major/minor version API reported against what we were built
10 # with to see if an upgrade should be available
11 api_version_higher = False