Skip to content

Commit 4100387

Browse files
committed
wip
1 parent 60dffca commit 4100387

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/matches/match-relay/match-relay.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ export class MatchRelayService {
250250
!isNaN(numValue) && strValue === String(numValue) ? numValue : value;
251251
});
252252

253-
console.info(`${fragmentIndex} ${field}`, broadcast[fragmentIndex][field]);
254-
255253
const body: Buffer[] = [];
256254
request.on("data", function (data: Buffer) {
257255
body.push(data);

0 commit comments

Comments
 (0)