Remove LOGGER statements

This commit is contained in:
broquemonsieur
2023-08-06 01:39:29 -07:00
parent f7fc05eb67
commit 0d968a320f
13 changed files with 35 additions and 72 deletions

View File

@@ -205,7 +205,7 @@ if (video_data.params.video_start > 0 || video_data.params.video_end > 0) {
markers.push({ time: video_data.length_seconds - 0.5, text: 'End' });
} else {
markers.push({ time: video_data.params.video_end, text: 'End' });
}
}
player.markers({
onMarkerReached: function (marker) {