users: remove duplicate debug call

This commit is contained in:
Alex Gleason 2023-12-30 09:58:12 -06:00
parent 79349124bc
commit e869651c63
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ interface User {
}
function buildUserEvent(user: User) {
debug('insertUser', JSON.stringify(user));
const { origin, host } = Conf.url;
return signAdminEvent({