Rev 3809: Remove pdb statement. in http://bzr.arbash-meinel.com/branches/bzr/brisbane/remap
John Arbash Meinel
john at arbash-meinel.com
Wed Dec 24 16:53:26 GMT 2008
At http://bzr.arbash-meinel.com/branches/bzr/brisbane/remap
------------------------------------------------------------
revno: 3809
revision-id: john at arbash-meinel.com-20081224165308-mdwuyh9kxtmijy65
parent: john at arbash-meinel.com-20081209231116-6lm0mt17pxieb18x
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: remap
timestamp: Wed 2008-12-24 10:53:08 -0600
message:
Remove pdb statement.
-------------- next part --------------
=== modified file 'bzrlib/chk_map.py'
--- a/bzrlib/chk_map.py 2008-12-09 23:11:16 +0000
+++ b/bzrlib/chk_map.py 2008-12-24 16:53:08 +0000
@@ -462,7 +462,6 @@
elements = line.split('\x00', width)
items[tuple(elements[:-1])] = elements[-1]
if len(items) != length:
- import pdb; pdb.set_trace()
raise AssertionError("item count (%d) mismatch for key %s,"
" bytes %r" % (length, key, bytes))
result._items = items
More information about the bazaar-commits
mailing list