diff --git a/packages/driver/cypress/plugins/index.js b/packages/driver/cypress/plugins/index.js index ee2501ed40f7..3968f8e60043 100644 --- a/packages/driver/cypress/plugins/index.js +++ b/packages/driver/cypress/plugins/index.js @@ -15,8 +15,6 @@ async function getWebpackOptions () { const webpackOptions = opts[0] - console.log(webpackOptions) - // set mode to development which overrides // the 'none' value of the base webpack config // https://webpack.js.org/configuration/mode/