remove comment
This commit is contained in:
parent
60ae225fb6
commit
e10c02ab95
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ export default function SearchPage(props: Props) {
|
|||
const urlParams = new URLSearchParams(search);
|
||||
const urlQuery = urlParams.get('q');
|
||||
const isValid = isURIValid(urlQuery);
|
||||
console.log({ isValid });
|
||||
console.log({ urlQuery });
|
||||
|
||||
let uri;
|
||||
let isChannel;
|
||||
let label;
|
||||
|
|
Loading…
Reference in a new issue