remove log statement
This commit is contained in:
parent
85422c35ec
commit
89e7b97ea4
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue