remove log statement

This commit is contained in:
Fabian Jakobs 2010-11-02 18:58:52 +01:00
commit 89e7b97ea4

View file

@ -913,7 +913,6 @@ var Editor = function(renderer, doc) {
};
this.replace = function(replacement, options) {
console.log("replacing with " + replacement);
if (options)
this.$search.set(options);