We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a010ff0 commit b968151Copy full SHA for b968151
src/components/problem/edit.vue
@@ -167,7 +167,6 @@ export default {
167
request_data['description'] = this.mdContent;
168
}
169
this.mdContent_sha256 = sha256(this.mdContent);
170
- console.log(typeof(request_data));
171
this.$axios
172
.patch(apiurl('/problem/' + this.$route.params.id), request_data)
173
.then(() => {
0 commit comments