mercurial/progress.py
changeset 41144 7b80406b8271
parent 41066 6603de284b0a
child 43076 2372284d9457
--- 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):