diff --git a/thefuck/shells.py b/thefuck/shells.py index 7d3164a..cf703c3 100644 --- a/thefuck/shells.py +++ b/thefuck/shells.py @@ -100,7 +100,6 @@ class Bash(Generic): return u'{}\n'.format(command_script) def _script_from_history(self, line): - print(line) return line