~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

Clean up some mutter() calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
783
783
            raise errors.UnsupportedProtocol(base, last_err)
784
784
        # This doesn't look like a protocol, consider it a local path
785
785
        new_base = urlutils.local_path_to_url(base)
786
 
        mutter('converting os path %r => url %s', base, new_base)
 
786
        # mutter('converting os path %r => url %s', base, new_base)
787
787
        return new_base
788
788
 
789
789
    # Catch any URLs which are passing Unicode rather than ASCII