mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 19:36:41 +02:00
removed console.log
This commit is contained in:
@@ -37,7 +37,7 @@ var path = require('path'),
|
||||
config.maximumSignatureLength = meta.config.maximumSignatureLength;
|
||||
config.useOutgoingLinksPage = meta.config.useOutgoingLinksPage;
|
||||
config.emailSetup = !!meta.config['email:from'];
|
||||
console.log(config);
|
||||
|
||||
res.json(200, config);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user