mirror of
https://gitlab.com/idotj/mastodon-embed-timeline.git
synced 2025-05-24 08:52:46 +00:00
Remove console.log
This commit is contained in:
parent
74be1aed2d
commit
294d5d0752
@ -337,7 +337,7 @@ MastodonApi.prototype.getTimelineData = async function () {
|
|||||||
return { ...result, ...dataItem };
|
return { ...result, ...dataItem };
|
||||||
}, {});
|
}, {});
|
||||||
|
|
||||||
console.log("Timeline data fetched: ", this.FETCHED_DATA);
|
// console.log("Timeline data fetched: ", this.FETCHED_DATA);
|
||||||
resolve();
|
resolve();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user