From 40be7dc34d982d7ddd8f0fe7d36417c8b0cf0314 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 16 Feb 2019 11:09:27 +0100 Subject: [PATCH] removed debug message --- shared/js/utils/modal.ts | 1 - 1 file changed, 1 deletion(-) 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,