diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-20 17:21:48 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-20 17:21:48 -0400 |
commit | 503814c92ae2a39d5cb6af7f6c172a33a16d5018 (patch) | |
tree | 874a187fc9b0030dc1799200e529cdcb9f2c9afc /cmd2 | |
parent | 30c740eb5906518f75418160d8308072d0378e3e (diff) | |
download | cmd2-git-503814c92ae2a39d5cb6af7f6c172a33a16d5018.tar.gz |
Removed something left in by accident
Diffstat (limited to 'cmd2')
-rw-r--r-- | cmd2/cmd2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 39e80866..12659e64 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -2107,7 +2107,6 @@ class Cmd(cmd.Cmd): :param saved_state: contains information needed to restore state data """ if saved_state.redirecting: - delete_name = None # If we redirected output to the clipboard if statement.output and not statement.output_to: self.stdout.seek(0) |