remove comment

This commit is contained in:
Sean Yesmunt 2019-04-15 00:07:23 -04:00
parent 60ae225fb6
commit e10c02ab95

View file

@ -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;