Removed console.log

This commit is contained in:
Wes van der Vleuten 2022-11-08 23:19:27 +01:00
parent c95ee10d69
commit 5bcb5f3175
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ function get_all_video_times() {
}
var watchedIndicators = document.getElementsByClassName('watched-indicator');
console.log('indicators', watchedIndicators.length);
for (var i = 0; i < watchedIndicators.length; i++) {
var indicator = watchedIndicators[i];
var watched_part = get_all_video_times()[indicator.getAttribute('data-id')];