Skip to content

Commit

Permalink
minor: 去掉调试语句
Browse files Browse the repository at this point in the history
  • Loading branch information
luofann committed Aug 31, 2023
1 parent 33d5129 commit 635f136
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/pc/src/components/renderview/ViewItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
},
computed: {
componentType() {
console.log('type: ', `Tag${this.scheme.type.replace(/^[a-z]/, item => item.toUpperCase())}`);
return `Tag${this.scheme.type.replace(/^[a-z]/, item => item.toUpperCase())}`;
},
currentDisplatCrumbs() {
Expand Down

0 comments on commit 635f136

Please sign in to comment.