]> git.ipfire.org Git - ipfire.org.git/commitdiff
Fix double logging of boot service.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Jan 2011 16:22:58 +0000 (17:22 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Jan 2011 16:22:58 +0000 (17:22 +0100)
boot/boot.py

index a4a3826b4db222a67178605cceeca4e8bed99c11..00c59b9a4d526109557d3cbc1d17bd11bef6f726 100644 (file)
@@ -12,8 +12,6 @@ import backend
 
 BASEDIR = os.path.dirname(__file__)
 
-tornado.options.parse_command_line()
-
 def word_wrap(s, width=45):
        paragraphs = s.split('\n')
        lines = []