mirror of
https://github.com/iv-org/invidious
synced 2024-11-10 05:03:32 +01:00
Removed console.log
This commit is contained in:
parent
c95ee10d69
commit
5bcb5f3175
@ -41,7 +41,6 @@ function get_all_video_times() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var watchedIndicators = document.getElementsByClassName('watched-indicator');
|
var watchedIndicators = document.getElementsByClassName('watched-indicator');
|
||||||
console.log('indicators', watchedIndicators.length);
|
|
||||||
for (var i = 0; i < watchedIndicators.length; i++) {
|
for (var i = 0; i < watchedIndicators.length; i++) {
|
||||||
var indicator = watchedIndicators[i];
|
var indicator = watchedIndicators[i];
|
||||||
var watched_part = get_all_video_times()[indicator.getAttribute('data-id')];
|
var watched_part = get_all_video_times()[indicator.getAttribute('data-id')];
|
||||||
|
Loading…
Reference in New Issue
Block a user