Skip to content

Commit 65c2f1b

Browse files
committed
Remove console.log() :'(
1 parent f568d89 commit 65c2f1b

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

dist/predicsis-jsSDK.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ angular
2222
this.hasOauthToken = function() { return Boolean(oauthToken === undefined); };
2323
this.setOauthToken = function(token) {
2424
if (token !== false) {
25-
console.log(token);
2625
requestHeaders.Authorization = 'Bearer ' + token;
2726
oauthToken = token;
2827
}

0 commit comments

Comments
 (0)