~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/progress.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-16 17:28:09 UTC
  • mfrom: (3369.1.1 bug_213771)
  • Revision ID: pqm@pqm.ubuntu.com-20080416172809-mq3p3rm6q3vefyyz
(jam) Remove annoying mutter(), bug #213771

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
                pass
326
326
            elif self.last_cnt + child_fraction <= self.last_total:
327
327
                self.child_fraction = child_fraction
328
 
            else:
329
 
                mutter('not updating child fraction')
330
328
        if self.last_msg is None:
331
329
            self.last_msg = ''
332
330
        self.tick()