Skip to content

Commit ca40218

Browse files
committed
Test patch level update
1 parent 558d38a commit ca40218

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/app.py

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def prompt_yes_or_no(self, prompt=None, default=None):
7777
print('Please respond with "yes" or "no" (or "y" or "n").')
7878

7979
def run(self):
80-
print('Local version = {}'.format(self.local_version.release_string()))
8180
if not self.no_update:
8281
if self.is_out_of_date():
8382
print('There is a new version available (v{}).'.format(

0 commit comments

Comments
 (0)