python: Remove completed TODO item

Really just a left-over TODO item in the code, nothing spectacular to
see here.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
James Vasile 2011-03-16 10:13:26 +01:00 committed by Sebastian Spaeth
parent eead238277
commit 74bc93f02d

View file

@ -486,7 +486,6 @@ def main():
print "\n".join([t for t in msgs.collect_tags()])
#-------------------------------------
elif sys.argv[1] == 'dump':
# TODO: implement "dump <filename>"
if len(sys.argv) == 2:
f = sys.stdout
else: