Debug behaviour should default to false

Ideally overrides to this don't get committed, should find a better way to toggle it.
pull/8/head
parent 42ffa31a3f
commit 0782b4465e
  1. 2
      src/public/js/burning-service.js

@ -1,4 +1,4 @@
var DEBUG = true;
var DEBUG = false;
/**** Class Settings (Angular Service) ****/
function Settings() {
this.enforceLifepathReqts = true;

Loading…
Cancel
Save