From 5215a411a037e0f65696ea29c82a75b8e9b88a6f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 5 Jan 2011 17:22:58 +0100 Subject: [PATCH] Fix double logging of boot service. --- boot/boot.py | 2 -- 1 file changed, 2 deletions(-) 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 = [] -- 2.47.3