mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Remove this noise
This commit is contained in:
parent
c1531572e8
commit
2ced21c9dd
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ function _unfurlMastodonLink(instance, url) {
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
failedUnfurls[url] = true;
|
failedUnfurls[url] = true;
|
||||||
console.warn(e);
|
// console.warn(e);
|
||||||
// Silently fail
|
// Silently fail
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue