remove logger
authorcavaliet
Wed, 30 Oct 2013 10:51:01 +0100
changeset 163 bd4fac229345
parent 162 e849690649d4
child 164 9ddd1ae593b1
remove logger
src/jocondelab/views/front_office.py
--- a/src/jocondelab/views/front_office.py	Wed Oct 30 10:48:44 2013 +0100
+++ b/src/jocondelab/views/front_office.py	Wed Oct 30 10:51:01 2013 +0100
@@ -129,9 +129,7 @@
         
         notices = []
         for n in ns:
-            logger.debug("COUCOU 0")
             termsbythesaurus = get_terms_by_thesaurus(n, lang)
-            logger.debug("COUCOU 1")
             # select first image with "_p.jpg"
             selected_image = None
             for i in n.images.all():