Turn off debug mode

Andrew Kane committed Feb 26, 2014
commit d6f3bb25189ff2575568e38f6004830f77797aee
Showing 1 changed file with 2 additions and 7 deletions
vendor/assets/javascripts/ahoy.js +2 -7
@@ @@ -1,14 +1,9 @@
- /*
- * Ahoy.js - 0.0.1
- * Super simple visit tracking
- * https://github.com/ankane/ahoy
- * MIT License
- */
+ /*jslint browser: true, indent: 2, plusplus: true, vars: true */
(function () {
"use strict";
- var debugMode = true;
+ var debugMode = false;
var visitTtl, visitorTtl;
if (debugMode) {