Skip to content

Commit 817893a

Browse files
committed
Removed leftover debug code
1 parent 5b576dd commit 817893a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/SearchInput/SearchInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ export const SearchInput = () => {
156156
// Render search results inside the layout to enable showing them in full-screen view
157157
if (isMediumViewLT) {
158158
const pageElement = document.getElementById(pageElementId);
159-
console.info({ pageElement });
160159

161160
if (pageElement) {
162161
const portal = createPortal(output, pageElement);

0 commit comments

Comments
 (0)