mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 00:02:37 +10:00
Logging (#131)
* ci: pull version from package.json on build * fix: implicit any type * feat: inital support for logger * style: fix lint * feat: move more logging over to pino * fix: logging around company importing
This commit is contained in:
@ -134,9 +134,6 @@ class ACLManager {
|
||||
if (tokenACLIndex != -1) return token.userId;
|
||||
}
|
||||
|
||||
console.log(token);
|
||||
console.log(acls);
|
||||
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user