removes unnecessary debugging log

This commit is contained in:
SimonGschnell
2024-04-02 12:49:33 +02:00
parent d8fb36543f
commit 4e3ab802b6
+1 -1
View File
@@ -47,7 +47,7 @@
that[key] = this[key].bind(this);
}
}
console.log("here the table is building")
$(document).trigger("tableInit",[this]);
});