Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Nov 25, 2024
1 parent dcd2ab1 commit bd89a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Projects/ProjectsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ const ProjectsPage = ({ contentContainerRef }) => {
/>
<span className={classes.itemsPerPage}>Items per page</span>
</div>
<pre>{JSON.stringify(sortCriteria, null, 2)}</pre>
{/* <pre>{JSON.stringify(sortCriteria, null, 2)}</pre> */}

{(selectedProject || checkedProjectsStatusData) && (
<>
Expand Down

0 comments on commit bd89a77

Please sign in to comment.