From 3df9af5f68f7e7e753b8708480c5ded5aabcd82e Mon Sep 17 00:00:00 2001 From: Samantha Piatt Date: Tue, 30 Jan 2024 14:13:28 -0500 Subject: [PATCH] Remove debug logging. --- addons/addon-custom/packages/main/src/extend/withAuth.js | 1 - addons/addon-custom/packages/main/src/helpers/utils.js | 1 - 2 files changed, 2 deletions(-) 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