mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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 mediaType = getMediaTypeFromParam(mediaTypeParam);
|
||||
console.log("search: mediaType", mediaType);
|
||||
const LayoutComponent = layout === Layout.Grid ? ItemGrid : ItemList;
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user