Skip to content

Commit

Permalink
deleted unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeSteinbach authored and nbaars committed Mar 26, 2019
1 parent 387a0e8 commit 2f39f48
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,5 @@ function ace_collect() {
var to_add = el.innerHTML;
code += to_add;
});
console.log("+ "+editor.toString());
console.log("code: "+code);
return code;
}

0 comments on commit 2f39f48

Please sign in to comment.