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