mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-05 18:26:56 +00:00
Extraneous console.log
This commit is contained in:
parent
b0abbb38da
commit
865e26bbce
@ -88,7 +88,6 @@ TextEditor.prototype.getChild = function() {
|
||||
};
|
||||
|
||||
TextEditor.prototype.handleEvent = function(event) {
|
||||
console.log("event type",event.type);
|
||||
// Get the value of the field if it might have changed
|
||||
if("keyup focus blur".split(" ").indexOf(event.type) !== -1) {
|
||||
this.saveChanges();
|
||||
|
Loading…
x
Reference in New Issue
Block a user