Skip to content

Commit

Permalink
Fixed javascript issue causing some xquery error messages to not be d…
Browse files Browse the repository at this point in the history
…isplayed.
  • Loading branch information
wolfgangmm committed Jan 12, 2014
1 parent 94f9490 commit ef16820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ eXide.edit.Editor = (function () {
if (str) {
line = parseInt(str[1]);
}
$.log("error in line %d", str[1]);
if (gotoLine) {
this.editor.focus();
this.editor.gotoLine(line);
Expand Down

0 comments on commit ef16820

Please sign in to comment.