Skip to content

Commit

Permalink
fix(ui): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 19, 2018
1 parent 9b4970c commit eab3c11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@vue/cli-ui/src/graphql-api/connectors/logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ exports.add = function (log, context) {
context.pubsub.publish(channels.CONSOLE_LOG_ADDED, {
consoleLogAdded: item
})
console.log(log)
return item
}

Expand Down

0 comments on commit eab3c11

Please sign in to comment.