Skip to content

Commit

Permalink
removes logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Dec 3, 2024
1 parent 549d76b commit 967529e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export default async function CompensationCalculator({
(d) => d.data,
);

console.log("DATA", section);

// TODO: add cn util or andIf
const calculatorBgClassname =
section.background === "violet"
Expand Down

0 comments on commit 967529e

Please sign in to comment.