Remove console.log

pull/54/head
Lim Chee Aun 2023-02-09 23:05:40 +08:00
rodzic 109cae9c19
commit 83e6a2b599
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -98,7 +98,6 @@ function StatusPage() {
}
(async () => {
console.log('MASTO V1 fetch', masto);
const heroFetch = () =>
pRetry(() => masto.v1.statuses.fetch(id), {
retries: 4,