Skip to content

Commit ebf5ac1

Browse files
committed
remove track
1 parent b361132 commit ebf5ac1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/Queue.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ export class Queue extends Listener {
249249
try {
250250
const time: Time = new Time()
251251
await this.WebSocket.send(json)
252-
this.XAPI.logger.track(this.type, json)
253252
return time
254253
} catch (e) {
255254
this.XAPI.logger.error(e, { json })

0 commit comments

Comments
 (0)