formatting

This commit is contained in:
BPplays
2025-01-09 07:35:17 -08:00
parent 874127a4f9
commit 45e7edc9b8

View File

@@ -407,7 +407,6 @@ async function canResolve(name, useIPv6 = true, useIPv4 = true) {
}
}
console.log(v6Resolved, v4Resolved);
return v6Resolved || v4Resolved;
} catch (error) {