diff options
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index aacb9d93..73f7aa79 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -1678,7 +1678,6 @@ class Cmd(cmd.Cmd): if raise_keyboard_interrupt and not stop: raise ex except SystemExit: - self.pwarning("Caught SystemExit. Attempting to stop command loop...") stop = True except Exception as ex: self.pexcept(ex) @@ -1689,7 +1688,6 @@ class Cmd(cmd.Cmd): if raise_keyboard_interrupt and not stop: raise ex except SystemExit: - self.pwarning("Caught SystemExit. Attempting to stop command loop...") stop = True except Exception as ex: self.pexcept(ex) |