diff --git a/lib/les.js b/lib/les.js index 2ac5a4f5..7a41d479 100644 --- a/lib/les.js +++ b/lib/les.js @@ -31,11 +31,11 @@ */ //NOTE: set to false is running from file in YOUR code DEFUALT: false - var USELOCALGUN = true; + var USELOCALGUN = false; //NOTE: adds some debug messages DEFUALT: false - var DEBUG = true; + var DEBUG = false; if(!(typeof window !== "undefined") && USELOCALGUN) console.log("NOTE: You currently have LES.js set to use the 'local' file version of gun, This might crash if set wrong!");