Remove ipdb.
This commit is contained in:
@@ -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('",')])
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user