remove group log

This commit is contained in:
Barış Soner Uşaklı
2023-01-30 14:36:54 -05:00
parent 0265243e0b
commit 259e316031

View File

@@ -31,7 +31,6 @@ define('hooks', [], () => {
Hooks.logs.flush = () => {
if (Hooks.logs._collection && Hooks.logs._collection.size) {
console.groupCollapsed('[hooks] Changes to hooks on this page …');
Hooks.logs._collection.forEach((args) => {
console.debug.apply(console, args);
});