remove forgotten console log
This commit is contained in:
parent
fef0779aaa
commit
a5bb249193
|
@ -32,7 +32,6 @@ export class MatchGrpcController {
|
|||
@UseInterceptors(CacheInterceptor)
|
||||
@GrpcMethod('MatcherService', 'Match')
|
||||
async match(data: MatchRequestDto): Promise<MatchingPaginatedResponseDto> {
|
||||
console.log(data);
|
||||
try {
|
||||
const matchingResult: MatchingResult = await this.queryBus.execute(
|
||||
new MatchQuery(data, this.routeProvider),
|
||||
|
|
Loading…
Reference in New Issue