diff options
-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) |