Skip to content

Commit

Permalink
arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuities committed Jan 20, 2016
1 parent 9f8dd16 commit d0101bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/js/app/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
define(['google-analytics', 'app/event-manager', 'app/promise'],
function(ga, E, Promise) {

var DEBUG = true;
var DEBUG = false;

var _initialized = false;

Expand Down
2 changes: 1 addition & 1 deletion www/js/app/spawning-pool/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

var TURNS = 6 // Matches what's in game-board
, SCORE_DEADZONE = 5 // Matches what's in game-board
, DEBUG = true // TODO: DISABLE BEFORE DEPLOYING
, DEBUG = false
;

function Game(player1, player2) {
Expand Down

0 comments on commit d0101bc

Please sign in to comment.