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
2021-02-12 13:56:19 +00:00
committed by GitHub
parent f3d7fa3451
commit 28fd169a5a

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) {