diff --git a/packages/core/strapi/lib/commands/transfer/import.js b/packages/core/strapi/lib/commands/transfer/import.js index 4f44e34f20..6e20d736bf 100644 --- a/packages/core/strapi/lib/commands/transfer/import.js +++ b/packages/core/strapi/lib/commands/transfer/import.js @@ -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); /**