Don't override start_output() function in GUI logger to correctly reset statistics.

This commit is contained in:
Bastian Kleineidam 2011-04-28 15:30:51 +02:00
parent 04425a2112
commit 6ca10152c5
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,8 @@
6.9 "" (released xx.xx.2011)
Fixes:
- gui: Correctly reset logger statistics.
Changes:
- checking: Automatically allow redirections from URLs given by the
user.

View file

@ -56,7 +56,3 @@ class GuiLogger (Logger):
def end_output (self):
"""Emit statistic data which gets logged in the main window."""
self.log_stats_signal.emit(self.stats)
def start_output (self):
"""Override output handling of base class."""
pass