Skip to content

Commit

Permalink
remove debugging warning (#486)
Browse files Browse the repository at this point in the history
I can't see a reason for the warning here so believe it's a debugging statement that crept in?
  • Loading branch information
eoghanmurray authored Feb 12, 2021
1 parent f3d7fa3 commit 28fd169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/replay/machine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 28fd169

Please sign in to comment.