Skip to content

Commit 5e2b426

Browse files
committed
remove console log
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent a0cfd32 commit 5e2b426

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/problem/content.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ export default {
142142
.get(apiurl('/problem/' + String(this.$route.params.id)))
143143
.then(res => {
144144
let data = res.data.res;
145-
console.log(data);
146145
this.title = data.title;
147146
this.pid = data.pid;
148147
this.allowHTML = data.allow_html;

0 commit comments

Comments
 (0)