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