Remove errant debug statement.

This commit is contained in:
Jason Tibbitts 2010-08-11 13:32:52 -05:00
parent a7cfae7927
commit 064578484e

View file

@ -413,7 +413,6 @@ def check_owners(fas, owner, comaintainers, cc_list):
break
if not 'status' in person:
print "FOO!"
warnings.append('WARNING: "%s" is not a valid FAS account.' % i)
break