Commit 95a283cc by James Tanner

Addresses #4109 Remove debug print statement

parent c1f4142a
......@@ -233,7 +233,6 @@ def main(args):
print ' play #%d (%s):' % (playnum, label)
for task in play.tasks():
print "tags: %s" % task.tags
if (set(task.tags).intersection(pb.only_tags) and not
set(task.tags).intersection(pb.skip_tags)):
if getattr(task, 'name', None) is not None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment