mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
remove console.log
This commit is contained in:
parent
2777d87c4d
commit
c254f4c699
@ -11,8 +11,6 @@
|
||||
};
|
||||
var Gun = require('../'); // require('gun')
|
||||
|
||||
console.log(config.peers);
|
||||
|
||||
if(process.env.HTTPS_KEY){
|
||||
config.key = fs.readFileSync(process.env.HTTPS_KEY);
|
||||
config.cert = fs.readFileSync(process.env.HTTPS_CERT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user