diff --git a/shared/js/utils/modal.ts b/shared/js/utils/modal.ts index e6d3a47a..7b80bfc3 100644 --- a/shared/js/utils/modal.ts +++ b/shared/js/utils/modal.ts @@ -127,7 +127,6 @@ class Modal { this.shown = true; this.htmlTag.appendTo($("body")); - console.log(this.properties.closeable); this.htmlTag.bootstrapMaterialDesign().modal(this.properties.closeable ? 'show' : { backdrop: 'static', keyboard: false,