From: Simon Hausmann Date: Thu, 24 May 2007 20:10:40 +0000 (+0200) Subject: Forgot to remove this return statement from debugging X-Git-Tag: v1.5.3-rc0~65^2^2~60 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=2cc58fd99ae5bc5845792393f232853da1ff6082;p=git.git Forgot to remove this return statement from debugging Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index b587e79b4..bfd950d53 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/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