mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 14:19:40 +00:00
Remove console.log
This commit is contained in:
parent
26a7f82221
commit
27f94c6e13
@ -31,8 +31,6 @@ module.exports = async (opts) => {
|
|||||||
encryption: { enabled: opts.decrypt, key: opts.key },
|
encryption: { enabled: opts.decrypt, key: opts.key },
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(JSON.stringify(sourceOptions, null, 2));
|
|
||||||
|
|
||||||
const source = createLocalFileSourceProvider(sourceOptions);
|
const source = createLocalFileSourceProvider(sourceOptions);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user