Skip to content

Commit

Permalink
Remove debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
srpiatt committed Jan 30, 2024
1 parent 880cba0 commit 3df9af5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion addons/addon-custom/packages/main/src/extend/withAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ function RegisterLogin(enableCustomRegister) {
function handleRegister() {
gotoFn(selfRef)('/register');
}
console.log('DEBUG BRANDING', branding);

return (
<>
Expand Down
1 change: 0 additions & 1 deletion addons/addon-custom/packages/main/src/helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3df9af5

Please sign in to comment.