Remove this noise

pull/71/head
Lim Chee Aun 2023-02-24 01:26:37 +08:00
rodzic c1531572e8
commit 2ced21c9dd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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