Remove debug code.

This commit is contained in:
Aaron Suen 2020-03-27 17:18:40 -04:00
parent cd318e232d
commit 80a9b3401b

@ -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;