Remove ipdb.

This commit is contained in:
Alexander Kryklia
2013-08-27 17:49:35 +03:00
parent 417ddcaaa1
commit e4e7a4e30b
2 changed files with 0 additions and 2 deletions

View File

@@ -73,7 +73,6 @@ class LTIModule(LTIFields, XModule):
body=body,
headers=headers)
params = headers['Authorization']
# import ipdb; ipdb.set_trace()
# parse headers to pass to template as part of context:
params = dict([param.strip().replace('"', '').split('=') for param in params.split('",')])

View File

@@ -47,7 +47,6 @@ class TestLTI(BaseTestXmodule):
'lti_url': '', # default value
}
self.correct_headers.update(expected_context)
# import ipdb; ipdb.set_trace()
self.assertEqual(
fragment.content,
self.runtime.render_template('lti.html', self.correct_headers)