Skip to content

Commit eab3c11

Browse files
author
Guillaume Chau
committed
fix(ui): remove console.log
1 parent 9b4970c commit eab3c11

File tree

1 file changed

+0
-1
lines changed
  • packages/@vue/cli-ui/src/graphql-api/connectors

1 file changed

+0
-1
lines changed

packages/@vue/cli-ui/src/graphql-api/connectors/logs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ exports.add = function (log, context) {
1919
context.pubsub.publish(channels.CONSOLE_LOG_ADDED, {
2020
consoleLogAdded: item
2121
})
22-
console.log(log)
2322
return item
2423
}
2524

0 commit comments

Comments
 (0)