Browse Source

Remove debug code

pull/6/head
Menci 7 years ago
parent
commit
0e75132a30
  1. 1
      views/problem.ejs

1
views/problem.ejs

@ -353,7 +353,6 @@ if (contest) {
data: editors[i].getValue()
});
}
console.log(a);
$('#answer_by_editor').val(JSON.stringify(a));
}
</script>

Loading…
Cancel
Save