Remove forgotten console.log()

This commit is contained in:
Booteille 2019-02-19 21:42:33 +01:00
parent 0d406f1307
commit cb33ceb97c
No known key found for this signature in database
GPG Key ID: 7FC1ED300B74CD91
1 changed files with 0 additions and 1 deletions

View File

@ -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()