Skip to content

Commit

Permalink
removed console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Nov 18, 2023
1 parent a7055b7 commit cc2da9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/tables/CippTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default function CippTable({
)
}
if (dropDownInfo.isSuccess) {
console.log(modalContent)
//console.log(modalContent)
handleModal(
modalContent.item.modalMessage,
modalContent.item.modalUrl,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const TenantOffboardingWizard = () => {
wizardTitle="Tenant Offboarding Wizard"
>
<CippWizard.Page title="Tenant Choice" description="Choose the tenant to offboard">
{console.log(currentSettings.offboardingDefaults)}
<center>
<h3 className="text-primary">Step 1</h3>
<h5 className="card-title mb-4">Choose a tenant</h5>
Expand Down

0 comments on commit cc2da9b

Please sign in to comment.