Skip to content
Snippets Groups Projects
Commit e5879d59 authored by Arthur Barrett's avatar Arthur Barrett
Browse files

removed errant oauth timestamp print statement

parent a2de0341
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,6 @@ class LTIAuthBackend(ModelBackend):
logger.info("done checking the signature")
print tool_provider.oauth_timestamp
logger.info("about to check the timestamp: %d" % int(tool_provider.oauth_timestamp))
if time() - int(tool_provider.oauth_timestamp) > 60 * 60:
logger.error("OAuth timestamp is too old.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment