Accidentally left in a print

This commit is contained in:
Piotr Mitros
2012-01-21 18:50:51 -05:00
parent ba2c03357c
commit 29d23d1594

View File

@@ -133,8 +133,6 @@ def index(request, course="6.002 Spring 2012", chapter="Using the System", secti
module=render_module(request, module)
print "Here",module['init_js']
if 'init_js' not in module:
module['init_js']=''