Remove debugging prints.
This commit is contained in:
parent
d1f6a2f647
commit
678deb93f5
1 changed files with 0 additions and 2 deletions
|
@ -708,10 +708,8 @@ if __name__ == '__main__':
|
||||||
branches[i[0]['branchname']] = 1
|
branches[i[0]['branchname']] = 1
|
||||||
|
|
||||||
# Unfortunately pkgdb can't tell us when branches are no longer accepted
|
# Unfortunately pkgdb can't tell us when branches are no longer accepted
|
||||||
print branches
|
|
||||||
if 'F-13' in branches:
|
if 'F-13' in branches:
|
||||||
del branches['F-13']
|
del branches['F-13']
|
||||||
print branches
|
|
||||||
|
|
||||||
print "Connecting to FAS..."
|
print "Connecting to FAS..."
|
||||||
fas = AccountSystem(username=options.user)
|
fas = AccountSystem(username=options.user)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue