Skip to content

Commit b968151

Browse files
authored
Update edit.vue
1 parent a010ff0 commit b968151

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/problem/edit.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ export default {
167167
request_data['description'] = this.mdContent;
168168
}
169169
this.mdContent_sha256 = sha256(this.mdContent);
170-
console.log(typeof(request_data));
171170
this.$axios
172171
.patch(apiurl('/problem/' + this.$route.params.id), request_data)
173172
.then(() => {

0 commit comments

Comments
 (0)