8f5dd692 by Jabis Sevón

changes debugging

1 parent 036ca28a
...@@ -66,7 +66,7 @@ server.on("upgrade", async function(request, socket, head) { ...@@ -66,7 +66,7 @@ server.on("upgrade", async function(request, socket, head) {
66 if(debug) console.log("stored sig ",sig,"to pathname",pathname); 66 if(debug) console.log("stored sig ",sig,"to pathname",pathname);
67 } 67 }
68 //console.log("gunsea",Gun.SEA); 68 //console.log("gunsea",Gun.SEA);
69 SEA.throw = 1; 69 //SEA.throw = 1;
70 /*Gun.on('opt',function(ctx){ 70 /*Gun.on('opt',function(ctx){
71 if(ctx.once) return; 71 if(ctx.once) return;
72 ctx.on('in',function(msg){ 72 ctx.on('in',function(msg){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!