From ca9d698ab7cab95c8fc3428b9ab1068820766aea Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 14 Jul 2015 10:51:36 +0200 Subject: [PATCH] cleanup --- teleforma/exam/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teleforma/exam/views.py b/teleforma/exam/views.py index 8f28fc52..ffe322a9 100644 --- a/teleforma/exam/views.py +++ b/teleforma/exam/views.py @@ -203,7 +203,6 @@ class ScriptsScoreAllView(ScriptsTreatedView): chartdata['name'+str(i)] = data['name'] chartdata['y'+str(i)] = data['data'] i += 1 - print chartdata charttype = "multiBarChart" chartcontainer = 'multibarchart_container' extra_serie = {"tooltip": {"y_start": "There are ", "y_end": " calls"}} -- 2.39.5