Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 30, 2018
1 parent a9e1286 commit 7d98d69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@vue/cli-plugin-e2e-cypress/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module.exports = (api, options) => {
const { info, chalk, execa } = require('@vue/cli-shared-utils')

console.log(require('@vue/cli-shared-utils'))

api.registerCommand('test:e2e', {
description: 'run e2e tests with Cypress',
usage: 'vue-cli-service test:e2e [options]',
Expand Down

0 comments on commit 7d98d69

Please sign in to comment.