We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558d38a commit ca40218Copy full SHA for ca40218
app/app.py
@@ -77,7 +77,6 @@ def prompt_yes_or_no(self, prompt=None, default=None):
77
print('Please respond with "yes" or "no" (or "y" or "n").')
78
79
def run(self):
80
- print('Local version = {}'.format(self.local_version.release_string()))
81
if not self.no_update:
82
if self.is_out_of_date():
83
print('There is a new version available (v{}).'.format(
0 commit comments