Forgot to remove this return statement from debugging

This commit is contained in:
Simon Hausmann
2007-05-24 22:10:40 +02:00
parent 7a9bd9a760
commit 0dedbed800

1
git-p4
View File

@@ -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