From: Marek Stępniowski Date: Sun, 30 Nov 2008 14:55:39 +0000 (+0100) Subject: Removed message outputted when skipping non-xml files in importbooks command. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/99fae6026dce1818039c09e3ea0123831e1753e0 Removed message outputted when skipping non-xml files in importbooks command. --- 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: