Skip to content
Snippets Groups Projects
Commit 08c3e2c4 authored by Ben Adida's avatar Ben Adida
Browse files

removed extraneous console log, issue #574

parent e6033a40
No related branches found
No related tags found
No related merge requests found
......@@ -208,8 +208,6 @@ function verify(assertion, audience, successCB, errorCB, pkRetriever) {
return errorCB();
}
console.log("verifying assertion");
var tok = new jwt.JWT();
tok.parse(bundle.assertion);
......
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