mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-10 17:52:45 -08:00
Removed extraneous console.log
This commit is contained in:
parent
87749397c0
commit
ba2b537248
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue