diff --git a/addons/addon-custom/packages/main/src/extend/withAuth.js b/addons/addon-custom/packages/main/src/extend/withAuth.js index b380c620eb..b4a41de84a 100644 --- a/addons/addon-custom/packages/main/src/extend/withAuth.js +++ b/addons/addon-custom/packages/main/src/extend/withAuth.js @@ -41,7 +41,6 @@ function RegisterLogin(enableCustomRegister) { function handleRegister() { gotoFn(selfRef)('/register'); } - console.log('DEBUG BRANDING', branding); return ( <> diff --git a/addons/addon-custom/packages/main/src/helpers/utils.js b/addons/addon-custom/packages/main/src/helpers/utils.js index dec37f4fe3..d23e27beee 100644 --- a/addons/addon-custom/packages/main/src/helpers/utils.js +++ b/addons/addon-custom/packages/main/src/helpers/utils.js @@ -3,7 +3,6 @@ import React from 'react'; import * as DOMPurify from 'dompurify'; function renderHTML(content) { - console.log('DEBUG', content); const cleanContent = DOMPurify.sanitize(content, { USE_PROFILES: { html: true }, ADD_ATTR: ['target'] }); // This method sets html from a string. We're pulling this from the config file made by