Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed Jan 7, 2025
1 parent 608a960 commit eefd9a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/RenderingEngine/VideoViewport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -812,10 +812,8 @@ class VideoViewport extends Viewport {
let { imageURI } = options;
const { referencedImageId, sliceIndex: sliceIndex } = viewRef;
if (!super.isReferenceViewable(viewRef)) {
console.log('Video reference not viewable', viewRef);
return false;
}
console.log('Testing video reference viewable', viewRef);

const imageId = this.getCurrentImageId();
if (!imageURI) {
Expand Down

0 comments on commit eefd9a0

Please sign in to comment.