Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanNik committed Dec 21, 2023
1 parent bf09659 commit 94bdc16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
});
function findRegion(project: Partial<Models.Project & { region: string }>) {
console.log(project, regions);
const region = regions.regions.find((region) => region.$id === project.region);
return region;
}
Expand Down

0 comments on commit 94bdc16

Please sign in to comment.