mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 19:25:47 +03:00
Remove console.log
This commit is contained in:
parent
109cae9c19
commit
83e6a2b599
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ function StatusPage() {
|
||||||
}
|
}
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
console.log('MASTO V1 fetch', masto);
|
|
||||||
const heroFetch = () =>
|
const heroFetch = () =>
|
||||||
pRetry(() => masto.v1.statuses.fetch(id), {
|
pRetry(() => masto.v1.statuses.fetch(id), {
|
||||||
retries: 4,
|
retries: 4,
|
||||||
|
|
Loading…
Reference in a new issue