Comment console.log
This commit is contained in:
parent
238892360e
commit
b8867bca62
@ -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 = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user