Skip to content

Commit

Permalink
#141: clear debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
robhrt7 committed Sep 13, 2015
1 parent 0ea3744 commit 117caa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/trackStats.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var _trackPage = function(opts){

if (opts.sessionID) {
uid = opts.sessionID;
visitor = ua(config.trackingId, uid, {strictCidFormat: false}).debug();
visitor = ua(config.trackingId, uid, {strictCidFormat: false});
}

var payload = {
Expand Down

0 comments on commit 117caa2

Please sign in to comment.