##// END OF EJS Templates
progress: remove useless statement left by bab267e7fc1a
Patrick Mezard -
r14247:c9720ada default
parent child Browse files
Show More
@@ -238,7 +238,6 b' class progbar(object):'
238 self.topicstates[topic] = pos, item, unit, total
238 self.topicstates[topic] = pos, item, unit, total
239 if now - self.lastprint >= self.refresh and self.topics:
239 if now - self.lastprint >= self.refresh and self.topics:
240 self.lastprint = now
240 self.lastprint = now
241 self.topics[-1]
242 self.show(now, topic, *self.topicstates[topic])
241 self.show(now, topic, *self.topicstates[topic])
243
242
244 def uisetup(ui):
243 def uisetup(ui):
General Comments 0
You need to be logged in to leave comments. Login now