From: Guillaume Pellerin Date: Tue, 14 Jul 2015 08:51:36 +0000 (+0200) Subject: cleanup X-Git-Tag: 1.1~227 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ca9d698ab7cab95c8fc3428b9ab1068820766aea;p=teleforma.git cleanup --- 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"}}