Skip to content

Commit

Permalink
fix: removes unused console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Jan 5, 2024
1 parent 7ef944b commit 6433bda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const timeFrameMap = (input: string): "week" | "month" | "all" => {
default:
output = "week";
}
console.log({ output });
return output;
};

Expand Down

0 comments on commit 6433bda

Please sign in to comment.