Skip to content

Commit f06a306

Browse files
letehahadr497
authored andcommitted
chore: cleanup
1 parent 3dbb7c2 commit f06a306

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

react/src/hooks/useSuggestions/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ export const useDomainSuggestions = ({
3535

3636
const data: string[] = await (await fetch(`${URL}/${domain}`)).json();
3737

38-
console.log("data", data);
39-
4038
if (!data || data.length < 5) {
4139
if (!connection) return [];
4240
const alternatives = generateRandomDomain(domain, 10);

0 commit comments

Comments
 (0)