summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/js/watched_widget.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/js/watched_widget.js b/assets/js/watched_widget.js
index ffcdaad8..fb4275a3 100644
--- a/assets/js/watched_widget.js
+++ b/assets/js/watched_widget.js
@@ -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')];