mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
some more logs
This commit is contained in:
@ -56,8 +56,6 @@ export class ResumeController {
|
||||
@User('id') userId?: number,
|
||||
@Query('secretKey') secretKey?: string
|
||||
) {
|
||||
console.log('ResumeController~findOneByIdentifier', username, slug, userId, secretKey);
|
||||
|
||||
return this.resumeService.findOneByIdentifier(username, slug, userId, secretKey);
|
||||
}
|
||||
|
||||
|
||||
@ -162,8 +162,6 @@ export class ResumeService {
|
||||
throw new HttpException('The resume you are looking does not exist, or maybe never did?', HttpStatus.NOT_FOUND);
|
||||
}
|
||||
|
||||
console.log('ResumeService~findOneByIdentifier', resume);
|
||||
|
||||
return resume;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user