mirror of
https://github.com/directus/directus.git
synced 2026-01-23 16:47:59 -05:00
Remove console log
This commit is contained in:
@@ -47,8 +47,6 @@ export async function registerExtensions(router: Router) {
|
||||
} catch (err) {
|
||||
logger.warn(err);
|
||||
}
|
||||
|
||||
console.log(hooks, endpoints);
|
||||
}
|
||||
|
||||
function registerHooks(hooks: string[]) {
|
||||
|
||||
Reference in New Issue
Block a user