changeset 24728 | 75688a6f0bca |
parent 24723 | 467a33142425 |
child 25266 | 38117278f295 |
--- a/mercurial/branchmap.py Thu Mar 19 22:22:50 2015 +0100 +++ b/mercurial/branchmap.py Wed Jan 14 01:15:26 2015 +0100 @@ -316,8 +316,6 @@ self._rbcsnameslen = len(bndata) # for verification before writing self._names = [encoding.tolocal(bn) for bn in bndata.split('\0')] except (IOError, OSError), inst: - repo.ui.debug("couldn't read revision branch cache names: %s\n" % - inst) if readonly: # don't try to use cache - fall back to the slow path self.branchinfo = self._branchinfo