~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Martin Pool
  • Date: 2005-07-20 17:31:25 UTC
  • Revision ID: mbp@sourcefrog.net-20050720173125-e5974e73bd5fc31e
- add back update-hashes command for testing/profiling

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
 
54
54
def _write_trace(msg):
55
 
    if _tracefile:
56
 
        _tracefile.write(_logprefix + msg + '\n')
 
55
    if 0:
 
56
        if _tracefile:
 
57
            _tracefile.write(_logprefix + msg + '\n')
57
58
 
58
59
 
59
60
def warning(msg):