Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
sashankaryal committed Jan 9, 2025
1 parent 2b01940 commit 49ad300
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/packages/looker/src/elements/imavid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ export class ImaVidElement extends BaseElement<ImaVidState, HTMLImageElement> {
});
}

console.log("delay", this.setTimeoutDelay);
setTimeout(() => {
requestAnimationFrame(() => {
const next = frameNumberToDraw + 1;
Expand Down

0 comments on commit 49ad300

Please sign in to comment.