Clean up print statements

This commit is contained in:
Manuel83
2017-10-13 21:50:07 +02:00
parent 7779d00db3
commit a265d3a8cc
16 changed files with 63 additions and 59 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def index():
for key, value in cbpi.cache["js"].iteritems():
js_files.append(value)
print js_files
return render_template('index.html', js_files=js_files)
File diff suppressed because one or more lines are too long