Rev 3622: (trivial) remove a commented out pdb section in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/hpss_readv
John Arbash Meinel
john at arbash-meinel.com
Fri Aug 29 16:10:24 BST 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/hpss_readv
------------------------------------------------------------
revno: 3622
revision-id: john at arbash-meinel.com-20080829151023-drmf96z1lo291bcc
parent: john at arbash-meinel.com-20080829122453-pgvngxegwod5ttdf
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: hpss_readv
timestamp: Fri 2008-08-29 10:10:23 -0500
message:
(trivial) remove a commented out pdb section
-------------- next part --------------
=== modified file 'bzrlib/transport/remote.py'
--- a/bzrlib/transport/remote.py 2008-08-29 05:25:58 +0000
+++ b/bzrlib/transport/remote.py 2008-08-29 15:10:23 +0000
@@ -317,8 +317,6 @@
fudge_factor=self._bytes_to_read_before_seek))
try:
- # if relpath.endswith('.pack'):
- # import pdb; pdb.set_trace()
result = self._client.call_with_body_readv_array(
('readv', self._remote_path(relpath),),
[(c.start, c.length) for c in coalesced])
More information about the bazaar-commits
mailing list