Addresses #4109 Remove debug print statement
This commit is contained in:
parent
c1f4142a29
commit
95a283ccaa
1 changed files with 0 additions and 1 deletions
|
@ -233,7 +233,6 @@ def main(args):
|
||||||
print ' play #%d (%s):' % (playnum, label)
|
print ' play #%d (%s):' % (playnum, label)
|
||||||
|
|
||||||
for task in play.tasks():
|
for task in play.tasks():
|
||||||
print "tags: %s" % task.tags
|
|
||||||
if (set(task.tags).intersection(pb.only_tags) and not
|
if (set(task.tags).intersection(pb.only_tags) and not
|
||||||
set(task.tags).intersection(pb.skip_tags)):
|
set(task.tags).intersection(pb.skip_tags)):
|
||||||
if getattr(task, 'name', None) is not None:
|
if getattr(task, 'name', None) is not None:
|
||||||
|
|
Loading…
Reference in a new issue