don't need to print this header for 'blocks' command

This commit is contained in:
David Vierra 2011-03-13 16:46:24 -10:00
parent 49b9392dd9
commit f52bacdc29

1
mce.py
View File

@ -1136,7 +1136,6 @@ class mce(object):
With nothing, prints a list of all blocks.
"""
print "ID : Block name"
searchName = None
if len(command):
searchName = " ".join(command)