mirror of
https://gitlab.com/Cha_deL/peertubeify
synced 2025-01-18 08:54:34 +01:00
Remove forgotten console.log()
This commit is contained in:
parent
0d406f1307
commit
cb33ceb97c
@ -124,7 +124,6 @@ function removeVideoLink() {
|
||||
const throttledPeertubeify = _.throttle(1000, peertubeify);
|
||||
const observer = new MutationObserver(function(mutationsList) {
|
||||
for (const mutation of mutationsList) {
|
||||
console.log('peertubeify ' + (mutation.target as Element).id)
|
||||
if ((mutation.target as Element).id == 'video-element-wrapper') {
|
||||
throttledPeertubeify();
|
||||
resumeManager.resume()
|
||||
|
Loading…
Reference in New Issue
Block a user