Removed message outputted when skipping non-xml files in importbooks command.
authorMarek Stępniowski <marek@stepniowski.com>
Sun, 30 Nov 2008 14:55:39 +0000 (15:55 +0100)
committerMarek Stępniowski <marek@stepniowski.com>
Mon, 1 Dec 2008 19:04:48 +0000 (20:04 +0100)
apps/catalogue/management/commands/importbooks.py

index 484ed4a..239da77 100644 (file)
@@ -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: