From 43499172afacbce8bddc5ecb88ac1d8eaa59dda7 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 28 Oct 2013 10:20:35 +0100 Subject: [PATCH] Kill Danny's awesome english --- osc/commandline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index a9c812a0..e3a88083 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -2242,7 +2242,6 @@ Please submit there instead, or use --nodevelproject to force direct submission. f = http_GET(u) root = ET.parse(f).getroot() if root.findall('package') and not opts.no_devel: - print("This package instance is defined as devel are in ", end=' ') for node in root.findall('package'): project = node.get('project') package = node.get('name')