]> git.parisson.com Git - teleforma.git/commitdiff
no debug
authoryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 17:12:23 +0000 (19:12 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 17:12:23 +0000 (19:12 +0200)
teleforma/management/commands/teleforma-import-conferences.py

index c16f485d1ab150f65b6bdca783136dc43237fdfa..6a0f660ddf5525bcbbc420963a4163acc75937d2 100644 (file)
@@ -50,7 +50,7 @@ class Command(BaseCommand):
         all_conferences = Conference.objects.all()
         i = 1
 
-        self.cleanup()
+#        self.cleanup()
 
         for root, dirs, files in os.walk(self.media_dir):
             for filename in files:
@@ -91,7 +91,6 @@ class Command(BaseCommand):
                         pass
 
                     if not exist and not streaming:
-                        print path
                         collections = MediaCollection.objects.filter(code=collection_id)
                         if not collections:
                             collection = MediaCollection(code=collection_id,title=collection_id)