From 9643e92256ff8296b4bef1ff034c96ac12e3ad3b Mon Sep 17 00:00:00 2001 From: ICabaleiro Date: Fri, 21 Feb 2020 16:51:35 +0000 Subject: [PATCH] Cleaning --- client/common-client-plugin.js | 2 -- 1 file changed, 2 deletions(-) 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 } }