Skip to content

Commit

Permalink
Merge pull request #28 from ingestly/verup-0.6.4
Browse files Browse the repository at this point in the history
removed unnecessary console.log
  • Loading branch information
hjmsano authored Feb 26, 2020
2 parents aa175ba + 596083c commit 7f91edc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/idm.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const initSessionId = () => {
window.document.cookie = `${sesCookieKey}=${sessionId}; Path=/;`;
}
return sessionId;
console.log(sessionId);
};

let storageKey,
Expand Down

0 comments on commit 7f91edc

Please sign in to comment.