Skip to content
Snippets Groups Projects
Commit 8998b11a authored by Philipp Nowinski's avatar Philipp Nowinski
Browse files

[BUGFIX] remove console.log

parent 24fa1632
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,6 @@ export default class ScrollBrowser {
resultList = document.querySelector('.tx-sgnews-list');
}
children.forEach((child) => {
console.log(child);
resultList.appendChild(child);
});
this._loadingIndicator = resultList.lastElementChild;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment