Comment console.log

This commit is contained in:
idotj 2022-04-27 15:04:14 +02:00
parent 238892360e
commit b8867bca62

View File

@ -51,7 +51,7 @@ MastodonApi.prototype.getToots = function () {
}) })
.then(response => response.json()) .then(response => response.json())
.then(jsonData => { .then(jsonData => {
console.log('jsonData: ', jsonData); // console.log('jsonData: ', jsonData);
// Clear the loading message // Clear the loading message
this.mtBodyContainer.innerHTML = ''; this.mtBodyContainer.innerHTML = '';