Skip to content

Commit

Permalink
remove a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Jun 8, 2012
1 parent 56d93a8 commit 85c3f14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ var helper = (function() {
}

function isAuthorized() {
console.log("isAuthorized: "+localStorage.getItem('bearerToken'));
if(localStorage.getItem('bearerToken') != null) {
console.log("authorized");
return true;
Expand Down

0 comments on commit 85c3f14

Please sign in to comment.