Fix starting when -l option is used

This commit is contained in:
Andrew Resch 2009-05-09 03:28:43 +00:00
parent 5cbf30aef8
commit d8e397c65a
2 changed files with 3 additions and 4 deletions

View file

@ -6,6 +6,9 @@
==== GtkUI ====
* Fix high cpu usage when displaying speeds in titlebar
==== WebUI ====
* Fix starting when -l option is used
=== Deluge 1.1.7 - (25 April 2009) ===
==== Core ====
* Fix issue where cannot resume torrent after doing a 'Pause All'

View file

@ -104,10 +104,6 @@ def start_ui():
# Setup the logger
deluge.log.setupLogger(level=options.loglevel, filename=options.logfile)
if options.logfile:
sys.stdout = None
sys.stderr = None
sys.stdin = None
version = deluge.common.get_version()
if deluge.common.get_revision() != "":