Remove this noise

This commit is contained in:
Lim Chee Aun 2023-02-24 01:26:37 +08:00
parent c1531572e8
commit 2ced21c9dd

View file

@ -1221,7 +1221,7 @@ function _unfurlMastodonLink(instance, url) {
})
.catch((e) => {
failedUnfurls[url] = true;
console.warn(e);
// console.warn(e);
// Silently fail
});
}