1 diff --git a/platform/gsutil/gslib/command_runner.py b/platform/gsutil/gslib/command_runner.py
2 index f490bb3..dc6bbcc 100644
3 --- a/platform/gsutil/gslib/command_runner.py
4 +++ b/platform/gsutil/gslib/command_runner.py
5 @@ -330,18 +330,6 @@ class CommandRunner(object):
7 Return value(s) from Command that was run.
9 - command_changed_to_update = False
10 - if (not skip_update_check and
11 - self.MaybeCheckForAndOfferSoftwareUpdate(command_name, debug)):
12 - command_name = 'update'
13 - command_changed_to_update = True
14 - args = [_StringToSysArgType('-n')]
16 - # Check for opt-in analytics.
17 - if system_util.IsRunningInteractively() and collect_analytics:
18 - metrics.CheckAndMaybePromptForAnalyticsEnabling()
20 - self.MaybePromptForPythonUpdate(command_name)
24 @@ -415,15 +403,6 @@ class CommandRunner(object):
26 if GetFailureCount() > 0:
28 - if command_changed_to_update:
29 - # If the command changed to update, the user's original command was
34 - 'Update was successful. Exiting with code 1 as the original command '
35 - 'issued prior to the update was not executed and should be re-run.'
39 def SkipUpdateCheck(self):
40 @@ -467,6 +446,7 @@ class CommandRunner(object):
43 def MaybeCheckForAndOfferSoftwareUpdate(self, command_name, debug):
45 """Checks the last time we checked for an update and offers one if needed.
47 Offer is made if the time since the last update check is longer