Skip to content

Commit

Permalink
Forgot to remove this return statement from debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hausmann <simon@lst.de>
  • Loading branch information
Simon Hausmann committed May 24, 2007
1 parent d1874ed commit 2cc58fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/fast-import/git-p4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cc58fd

Please sign in to comment.