From 678deb93f5ddcee1c1c2048aa3ec27cf539576f8 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Wed, 25 May 2011 11:50:45 -0500 Subject: [PATCH] Remove debugging prints. --- scripts/process-git-requests/process-git-requests | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/process-git-requests/process-git-requests b/scripts/process-git-requests/process-git-requests index b72f2f7..f64dc88 100755 --- a/scripts/process-git-requests/process-git-requests +++ b/scripts/process-git-requests/process-git-requests @@ -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)