mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 01:35:38 +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 () => {
|
||||
console.log('MASTO V1 fetch', masto);
|
||||
const heroFetch = () =>
|
||||
pRetry(() => masto.v1.statuses.fetch(id), {
|
||||
retries: 4,
|
||||
|
|
Loading…
Reference in a new issue