Skip to content

Commit 7c270f3

Browse files
committed
remove console log
1 parent 8586d38 commit 7c270f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/status/list.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export default {
8080
},
8181
methods: {
8282
process(x) {
83-
console.log(x);
8483
let color = '';
8584
if (x.score === 100) {
8685
color += 'color-success';

0 commit comments

Comments
 (0)