diff options
Diffstat (limited to 'examples/async_printing.py')
-rwxr-xr-x | examples/async_printing.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/async_printing.py b/examples/async_printing.py index 15a4445e..6ff3a262 100755 --- a/examples/async_printing.py +++ b/examples/async_printing.py @@ -176,7 +176,6 @@ class AlerterApp(cmd2.Cmd): # Always acquire terminal_lock before printing alerts or updating the prompt # To keep the app responsive, do not block on this call if self.terminal_lock.acquire(blocking=False): - # Get any alerts that need to be printed alert_str = self._generate_alert_str() |