]> git.parisson.com Git - teleforma.git/commitdiff
cleanup
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 14 Jul 2015 08:51:36 +0000 (10:51 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 14 Jul 2015 08:51:36 +0000 (10:51 +0200)
teleforma/exam/views.py

index 8f28fc525779bba26f5e048a71f0111e21ab09df..ffe322a99a3307d1ee16a51d46015ab83ef55979 100644 (file)
@@ -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"}}