From b264c19491aae3988de3a2047a7784535f36d28f Mon Sep 17 00:00:00 2001 From: 0rax Date: Thu, 7 Nov 2013 00:42:37 +0100 Subject: [PATCH] remove debug --- cheat | 1 - 1 file changed, 1 deletion(-) diff --git a/cheat b/cheat index b87179e..e9924ba 100755 --- a/cheat +++ b/cheat @@ -195,7 +195,6 @@ class CheatSheets(object): def search(self, term): """Search for a term in sheetcheats""" for cheat in self.sheets.keys(): - print cheat output = '' for block in self.__parse_cheat_command_block(cheat): if term in block: