diff --git a/client/common-client-plugin.js b/client/common-client-plugin.js index 49ab54e..0ad9a4c 100644 --- a/client/common-client-plugin.js +++ b/client/common-client-plugin.js @@ -30,11 +30,9 @@ function register ({ registerHook, peertubeHelpers }) { registerHook({ target: 'action:router.navigation-end', handler: params => { - console.warn("======= INJECTING 404 ====== path is:", params.path) if(document.querySelector('my-page-not-found')){ const img = document.querySelector('my-page-not-found').querySelector('img') if(img){ - console.log("REACHING THE POINT!!!!!!") img.src = image404 } }