Remove console.log

This commit is contained in:
Convly 2022-12-05 18:31:26 +01:00
parent 26a7f82221
commit 27f94c6e13

View File

@ -31,8 +31,6 @@ module.exports = async (opts) => {
encryption: { enabled: opts.decrypt, key: opts.key },
};
console.log(JSON.stringify(sourceOptions, null, 2));
const source = createLocalFileSourceProvider(sourceOptions);
/**