Skip to content

Commit

Permalink
refactor: remove "skipping frame" debug message form log
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Sep 5, 2024
1 parent a0f22f3 commit 3a53331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/webcams/streamers/Mjpegstreamer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export default class Mjpegstreamer extends Mixins(BaseMixin, WebcamMixin) {
URL.revokeObjectURL(objectURL)
skipFrame = false
}
} else this.log('Skipping frame')
}
this.frames++
contentLength = 0
bytesRead = 0
Expand Down

0 comments on commit 3a53331

Please sign in to comment.