remove debugging warning (#486)

I can't see a reason for the warning here so believe it's a debugging statement that crept in?
This commit is contained in:
Eoghan Murray
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 33f0ac5cfe
commit 27bc40ac03

View File

@@ -165,7 +165,6 @@ export function createPlayerService(
};
}),
play(ctx) {
console.warn('play');
const { timer, events, baselineTime, lastPlayedEvent } = ctx;
timer.clear();
for (const event of events) {