From: Michael Tremer Date: Wed, 5 Jan 2011 16:22:58 +0000 (+0100) Subject: Fix double logging of boot service. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5215a411a037e0f65696ea29c82a75b8e9b88a6f;p=ipfire.org.git Fix double logging of boot service. --- diff --git a/boot/boot.py b/boot/boot.py index a4a3826b..00c59b9a 100644 --- a/boot/boot.py +++ b/boot/boot.py @@ -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 = []