fix: remove webfinger error log

This commit is contained in:
Julian Lam
2025-08-28 12:45:46 -04:00
parent b73ee309e0
commit a0be4a28da

View File

@@ -116,7 +116,6 @@ Helpers.query = async (id) => {
timeout: 5000,
}));
} catch (e) {
console.log('webfinger error', e.message);
return false;
}