summaryrefslogtreecommitdiffstats
path: root/Lib/cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/cmd.py')
-rw-r--r--Lib/cmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/cmd.py b/Lib/cmd.py
index d28e393..ab37a98 100644
--- a/Lib/cmd.py
+++ b/Lib/cmd.py
@@ -28,7 +28,6 @@ class Cmd:
line = string.strip(line)
if not line:
line = self.lastcmd
- print line
else:
self.lastcmd = line
i, n = 0, len(line)