diff -r 8cf92ca92bfe -r 7b80406b8271 mercurial/progress.py --- a/mercurial/progress.py Mon Jan 07 23:55:26 2019 -0800 +++ b/mercurial/progress.py Tue Jan 08 00:12:08 2019 -0800 @@ -104,8 +104,6 @@ self.order = self.ui.configlist('progress', 'format') self.estimateinterval = self.ui.configwith( float, 'progress', 'estimateinterval') - # developer config: progress.debug - self.debug = self.ui.configbool('progress', 'debug') def show(self, now, topic, pos, item, unit, total): if not shouldprint(self.ui):