Skip to content

Commit

Permalink
fix: remove extra/undesired logging
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceOPS committed Dec 6, 2016
1 parent b0dba33 commit b2fd0b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion browser/UniversalAnalyticsProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ function bindAll(that, names) {
function loadGoogleAnalytics(name) {
window['GoogleAnalyticsObject'] = name;
window[name] = window[name] || function () {
console.log(arguments);
(window[name].q = window[name].q || []).push(arguments)
};
var script = document.createElement('script');
Expand Down

0 comments on commit b2fd0b8

Please sign in to comment.