42375465 by Jabis Sevón

logging objects

1 parent fa69639e
...@@ -18,7 +18,7 @@ const https = require("https"); ...@@ -18,7 +18,7 @@ const https = require("https");
18 const WebSocket = require("ws"); 18 const WebSocket = require("ws");
19 var debug = process.env.DEBUG || true; 19 var debug = process.env.DEBUG || true;
20 var config = {}; 20 var config = {};
21 21 if(debug) console.log(SEA, Gun.SEA);
22 config.options = { 22 config.options = {
23 } 23 }
24 if (!process.env.hasOwnProperty('SSL')||process.env.SSL == false) { 24 if (!process.env.hasOwnProperty('SSL')||process.env.SSL == false) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!