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('",')])