Remove debug code.
This commit is contained in:
parent
cd318e232d
commit
80a9b3401b
2
index.js
2
index.js
@ -28,8 +28,6 @@ process.on('unhandledRejection', e => {
|
||||
else if (config.path)
|
||||
await require('./loadmeta')(config.path);
|
||||
|
||||
console.log(config);
|
||||
|
||||
const missing = [];
|
||||
Object.keys(config).sort().forEach(k => {
|
||||
if (k === '_') return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user