From 99fae6026dce1818039c09e3ea0123831e1753e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Sun, 30 Nov 2008 15:55:39 +0100 Subject: [PATCH 1/1] Removed message outputted when skipping non-xml files in importbooks command. --- apps/catalogue/management/commands/importbooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/catalogue/management/commands/importbooks.py b/apps/catalogue/management/commands/importbooks.py index 484ed4ace..239da77d4 100644 --- a/apps/catalogue/management/commands/importbooks.py +++ b/apps/catalogue/management/commands/importbooks.py @@ -46,7 +46,6 @@ class Command(BaseCommand): # Skip files that are not XML files if not ext == '.xml': - print self.style.NOTICE("%s: Not an XML file. Skipping." % file_path) continue if verbose > 0: -- 2.20.1