Skip to content

Commit

Permalink
Remove old print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushuk committed Oct 5, 2023
1 parent 7d8a0a3 commit fae144f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pros/conductor/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ def apply_template(self, project: Project, identifier: Union[str, BaseTemplate],
raise dont_send(
InvalidTemplateException(f'Not downgrading'))
elif not self.use_early_access and template.version[0] == '3' and not self.warn_early_access:
print('SELF USE EARLY ACCESS', self.use_early_access)
confirm = ui.confirm(f'PROS 4 is now in early access. '
f'Please use the --early-access flag if you would like to use it.\n'
f'Do you still want to use PROS 3?')
Expand Down

0 comments on commit fae144f

Please sign in to comment.