mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 09:30:28 +00:00
Removed extraneous console.log
This commit is contained in:
parent
87749397c0
commit
ba2b537248
@ -27,7 +27,6 @@ Modal.prototype.display = function(title) {
|
||||
renderer.refreshInDom(changes);
|
||||
});
|
||||
wrapper.addEventListener("tw-close",function(event) {
|
||||
console.log("Got tw-close event");
|
||||
document.body.removeChild(wrapper);
|
||||
event.stopPropogation();
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user