Skip to content

Commit

Permalink
Merge pull request #29 from calderhayes/master
Browse files Browse the repository at this point in the history
Removed a noisy console log
  • Loading branch information
muaz-khan authored Sep 4, 2016
2 parents 6fc7f17 + 9aaef48 commit c7eca71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/detectPrivateBrowsing.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function detectPrivateMode(callback) {
isPrivate = false;
},
function(e) {
console.log(e);
isPrivate = true;
}
);
Expand Down

0 comments on commit c7eca71

Please sign in to comment.