Skip to content

Commit

Permalink
chore: remove the console log completely and fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Feb 7, 2022
1 parent 1c1f1ef commit 37bdc0e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -231,7 +231,6 @@ export default {
},
handleLink (event, uri) {
console.log('linkTo', uri);
if (this.openLinks) {
window.open(uri, '_blank')
}
Expand Down

0 comments on commit 37bdc0e

Please sign in to comment.