Skip to content

Commit

Permalink
Removed stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
shylasummers committed Jul 6, 2023
1 parent dd07cc0 commit 4d110ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/msal-browser/src/interaction_client/PopupClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ export class PopupClient extends StandardInteractionClient {

var href = popupWindow.location.href;
var hash;
console.log(this.config.auth.protocolMode == ProtocolMode.OIDC);
if(this.config.auth.protocolMode == ProtocolMode.OIDC &&
this.config.auth.OIDCOptions?.serverResponseType?.includes(ServerResponseType.QUERY) &&
!this.config.auth.OIDCOptions?.serverResponseType?.includes(ServerResponseType.HASH)) {
Expand Down

0 comments on commit 4d110ad

Please sign in to comment.