We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dffca commit 4100387Copy full SHA for 4100387
1 file changed
src/matches/match-relay/match-relay.service.ts
@@ -250,8 +250,6 @@ export class MatchRelayService {
250
!isNaN(numValue) && strValue === String(numValue) ? numValue : value;
251
});
252
253
- console.info(`${fragmentIndex} ${field}`, broadcast[fragmentIndex][field]);
254
-
255
const body: Buffer[] = [];
256
request.on("data", function (data: Buffer) {
257
body.push(data);
0 commit comments