We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbb7c2 commit f06a306Copy full SHA for f06a306
1 file changed
react/src/hooks/useSuggestions/index.ts
@@ -35,8 +35,6 @@ export const useDomainSuggestions = ({
35
36
const data: string[] = await (await fetch(`${URL}/${domain}`)).json();
37
38
- console.log("data", data);
39
-
40
if (!data || data.length < 5) {
41
if (!connection) return [];
42
const alternatives = generateRandomDomain(domain, 10);
0 commit comments