Remove verbose log

This commit is contained in:
KernelDeimos 2024-04-17 12:42:12 -04:00
parent 49e334521d
commit c48c134869

View File

@ -219,7 +219,6 @@ class AuthService extends BaseService {
}
async get_session_ (uuid) {
this.log.info(`USING SESSION`);
return await this.svc_session.get_session(uuid);
}