From 9e4c250e4e53a1b14914cd01f5ea3a4d328f6c51 Mon Sep 17 00:00:00 2001 From: nvbn Date: Tue, 21 Jul 2015 16:19:01 +0300 Subject: [PATCH] #301 Fix bash support on non-eng systems --- thefuck/shells.py | 1 - 1 file changed, 1 deletion(-) 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