Skip to content

Commit

Permalink
logging cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Dye <[email protected]>
  • Loading branch information
B-T-D committed Oct 3, 2024
1 parent f767957 commit 6c17059
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ export class OwnerEditor extends React.Component<
// check if rendering an owner category that lacks any entries
let isEmptySection = false;

console.log(`itemProps: ${JSON.stringify(itemProps)}`);

// if any owners uncategorized, set section to null to render an uncategorized owners list
Object.keys(itemProps).forEach((key) => {
if (!itemProps[key].additionalOwnerInfo?.owner_category) {
Expand All @@ -265,8 +263,6 @@ export class OwnerEditor extends React.Component<
);
}

console.log(`isEmptySection: ${isEmptySection}`);

return (
<ul className="component-list">
{section ? (
Expand Down

0 comments on commit 6c17059

Please sign in to comment.