0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-11 02:23:09 -05:00

Remove console.log

This commit is contained in:
Alex Tran 2022-07-17 15:10:04 -05:00
parent cbdb8fa51f
commit c129023821
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

@ -39,7 +39,6 @@ export class UserService {
}
async getUserById(userId: string): Promise<UserResponseDto> {
console.log(userId);
const user = await this.userRepository.get(userId);
if (!user) {
throw new NotFoundException('User not found');