From 0dedbed80095f13f5b3daa4c8d89ce6367f2fa9a Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 24 May 2007 22:10:40 +0200 Subject: [PATCH] Forgot to remove this return statement from debugging --- git-p4 | 1 - 1 file changed, 1 deletion(-) diff --git a/git-p4 b/git-p4 index b587e79..bfd950d 100755 --- a/git-p4 +++ b/git-p4 @@ -862,7 +862,6 @@ class P4Sync(Command): if len(self.p4BranchesInGit) == 0: self.createBranchesFromOrigin() self.listExistingP4GitBranches() - return True if self.verbose: print "branches: %s" % self.p4BranchesInGit -- 2.11.4.GIT