Skip to content

Commit 37bdc0e

Browse files
committed
chore: remove the console log completely and fix lint error
1 parent 1c1f1ef commit 37bdc0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@vue/cli-ui/src/components/content/TerminalView.vue

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ export default {
231231
},
232232
233233
handleLink (event, uri) {
234-
console.log('linkTo', uri);
235234
if (this.openLinks) {
236235
window.open(uri, '_blank')
237236
}

0 commit comments

Comments
 (0)