changes debugging
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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){ | ... | ... |
-
Please register or sign in to post a comment