removed console output
This commit is contained in:
parent
6495f27bcf
commit
4bd5f00820
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
class blogFooter extends HTMLElement {
|
||||
constructor(){
|
||||
super();
|
||||
console.log("initializing footer");
|
||||
let xhr = new XMLHttpRequest();
|
||||
let ul = document.createElement("ul");
|
||||
xhr.onreadystatechange = () => {
|
||||
|
|
Loading…
Reference in a new issue