mirror of https://github.com/cheat/cheat.git
remove debug
This commit is contained in:
parent
4c5bd8efa5
commit
b264c19491
1
cheat
1
cheat
|
@ -195,7 +195,6 @@ class CheatSheets(object):
|
||||||
def search(self, term):
|
def search(self, term):
|
||||||
"""Search for a term in sheetcheats"""
|
"""Search for a term in sheetcheats"""
|
||||||
for cheat in self.sheets.keys():
|
for cheat in self.sheets.keys():
|
||||||
print cheat
|
|
||||||
output = ''
|
output = ''
|
||||||
for block in self.__parse_cheat_command_block(cheat):
|
for block in self.__parse_cheat_command_block(cheat):
|
||||||
if term in block:
|
if term in block:
|
||||||
|
|
Loading…
Reference in New Issue