Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Oct 12, 2023
1 parent dc72c7b commit 2103cb6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const initStatus = (answer: Answer) => {
};

export const getNextStatus = (status: Status): Status => {
console.log(getNextStatus, status);
switch (status) {
case "REDACTED":
return "VALIDATING";
Expand Down

0 comments on commit 2103cb6

Please sign in to comment.