mirror of
https://github.com/strapi/strapi.git
synced 2025-11-11 07:39:16 +00:00
Remove useless console.log
This commit is contained in:
parent
3515f025cd
commit
55433bd9a5
@ -26,7 +26,6 @@ const registerAuthEvents = () => {
|
|||||||
.filter(valueIsFunctionType);
|
.filter(valueIsFunctionType);
|
||||||
|
|
||||||
for (const [eventName, handler] of eventList) {
|
for (const [eventName, handler] of eventList) {
|
||||||
console.log('Register ', eventName);
|
|
||||||
strapi.eventHub.on(authEventsMapper[eventName], handler);
|
strapi.eventHub.on(authEventsMapper[eventName], handler);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user