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