Remove debugging prints.

This commit is contained in:
Jason Tibbitts 2011-05-25 11:50:45 -05:00
parent d1f6a2f647
commit 678deb93f5

View file

@ -708,10 +708,8 @@ if __name__ == '__main__':
branches[i[0]['branchname']] = 1
# Unfortunately pkgdb can't tell us when branches are no longer accepted
print branches
if 'F-13' in branches:
del branches['F-13']
print branches
print "Connecting to FAS..."
fas = AccountSystem(username=options.user)