quiz/management/commands/seed_que.py
changeset 50 0842b3439c3e
parent 49 3643f59f141e
child 60 8ca2734bdc99
--- a/quiz/management/commands/seed_que.py	Thu Apr 22 06:23:53 2010 +0530
+++ b/quiz/management/commands/seed_que.py	Thu Apr 22 12:17:21 2010 +0530
@@ -20,7 +20,6 @@
 
         description_node = question.getElementsByTagName("description")[0]
         description = (description_node.childNodes[0].data).strip()
-        print description
 
         time_limit_node = question.getElementsByTagName("time_limit")[0]
         time_limit = time_limit_node.childNodes[0].data