Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbristow committed Oct 31, 2023
1 parent 050b86d commit 2891eca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions front-end/app/upload_file/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ export default function UploadFile() {
classStr = step.progressState === "complete" ? "usa-step-indicator__segment--complete" : "";
classStr += step.progressState === "in-progress" ?
" usa-step-indicator-in-progress" : "";
console.log("step", step)
console.log("iconClass", step.iconClass)
classStr += step.progressState !== 'incomplete' ?
` ${step.iconClass}`: '';
return classStr;
Expand Down

0 comments on commit 2891eca

Please sign in to comment.