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