removed debug message

This commit is contained in:
WolverinDEV 2019-02-16 11:09:27 +01:00
parent 34f59e8b9f
commit 40be7dc34d

View file

@ -127,7 +127,6 @@ class Modal {
this.shown = true; this.shown = true;
this.htmlTag.appendTo($("body")); this.htmlTag.appendTo($("body"));
console.log(this.properties.closeable);
this.htmlTag.bootstrapMaterialDesign().modal(this.properties.closeable ? 'show' : { this.htmlTag.bootstrapMaterialDesign().modal(this.properties.closeable ? 'show' : {
backdrop: 'static', backdrop: 'static',
keyboard: false, keyboard: false,