- removed debug output with telemetry domains redirections
- fixed yaocl's preset issue
This commit is contained in:
Observer KRypt0n_ 2021-11-12 23:20:56 +02:00
parent ab75e16997
commit 3b5a99d229
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA
3 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
"author": "yagocl",
"uri": null,
"images": []
}
}

View file

@ -87,7 +87,7 @@ export class Tools
{
return new Promise((resolve, reject) => {
dns.lookup(uri, (error: any, address: string, family: any) => {
console.log(`${uri} -> ${address}`);
// console.log(`${uri} -> ${address}`);
if (error)
reject(error);