mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-25 08:32:27 -04:00
remove debug log line
This commit is contained in:
@@ -60,7 +60,6 @@ export const SearchPage: QueryPage<{ q?: string }> = ({ q }) => {
|
||||
const [layout, setLayout] = useState(Layout.Grid);
|
||||
|
||||
const mediaType = getMediaTypeFromParam(mediaTypeParam);
|
||||
console.log("search: mediaType", mediaType);
|
||||
const LayoutComponent = layout === Layout.Grid ? ItemGrid : ItemList;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user