1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-05 18:26:56 +00:00

Extraneous console.log

This commit is contained in:
Jeremy Ruston 2012-10-26 22:12:23 +01:00
parent b0abbb38da
commit 865e26bbce

View File

@ -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();