Skip to content

Commit

Permalink
remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed May 9, 2018
1 parent 462f980 commit 38f1eac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demos/oauth2-browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ <h2>
function updateSessionInfo(session) {
let sessionInfo = document.getElementById('sessionInfo')
if (session) {
debugger;
sessionInfo.classList.remove('bg-info');
sessionInfo.classList.add('bg-success');
sessionInfo.innerHTML = `Logged in as ${session.username}.`;
Expand Down

0 comments on commit 38f1eac

Please sign in to comment.