mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-10 17:42:52 +01:00
fix: remove webfinger error log
This commit is contained in:
@@ -116,7 +116,6 @@ Helpers.query = async (id) => {
|
||||
timeout: 5000,
|
||||
}));
|
||||
} catch (e) {
|
||||
console.log('webfinger error', e.message);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user