Removed message outputted when skipping non-xml files in importbooks command.
[wolnelektury.git] / 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: