Commit 20eb6796 by Renaud Dufour

Remove log statement.

parent 55039046
......@@ -1340,7 +1340,6 @@ function openErrorReport() {
// this is necessary because default behavior is overwritten by the listener defined in jquery.pos.js;
$("#error_report").keypress(function(e) {
var key = e.keyCode;
console.log(this)
if (key === 13) {
this.value += "\n";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment