From f52bacdc295061d3acad05a335ee4d74561fabb5 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Sun, 13 Mar 2011 16:46:24 -1000 Subject: [PATCH] don't need to print this header for 'blocks' command --- mce.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mce.py b/mce.py index 5aa81ce..d44cccc 100755 --- a/mce.py +++ b/mce.py @@ -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)