Forgot to remove this return statement from debugging
[gitweb.git] / contrib / fast-import / git-p4
index b587e79b482975cff1e366a1d3c33ea95e944a3a..bfd950d53d092b1ae6aca4e4fdace63c23074d18 100755 (executable)
@@ -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