Skip to content

Commit

Permalink
Removes debug log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Oct 27, 2023
1 parent b047716 commit daa8bc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/documentation-viewer/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default async function Page({
}: {
searchParams: SearchParams
}) {
console.log(searchParams)
return (
<DocumentationViewer
visualizer={parseInt(searchParams.visualizer)}
Expand Down

0 comments on commit daa8bc9

Please sign in to comment.