summaryrefslogtreecommitdiff
path: root/yaksh/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/models.py')
-rw-r--r--yaksh/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/models.py b/yaksh/models.py
index 95683c5..82b9fff 100644
--- a/yaksh/models.py
+++ b/yaksh/models.py
@@ -363,7 +363,6 @@ class Question(models.Model):
if os.path.exists(json_file):
with open(json_file, 'r') as q_file:
questions_list = q_file.read()
- print(questions_list)
self.load_questions(questions_list, user, file_path, files)
def create_demo_questions(self, user):