Skip to content

Commit

Permalink
Remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
akrolsmir committed Mar 20, 2024
1 parent c73e357 commit d3aaa10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/projects-display.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ export function ProjectsDisplay(props: {
)
})
.slice(0, numToShow)
for (const project of selectedProjects) {
console.log(project.title, prices[project.id], project.type)
console.log(getProjectValuation(project))
}

const proposals = selectedProjects.filter(
(project) => project.stage == 'proposal'
Expand Down

0 comments on commit d3aaa10

Please sign in to comment.