Skip to content

Commit

Permalink
remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
goktug97 committed Jul 5, 2020
1 parent f9d0745 commit a42a355
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@
style.type = 'text/css';
style.innerHTML = data;
document.getElementsByTagName('head')[0].appendChild(style);
console.log(style);
}
});

Expand Down

0 comments on commit a42a355

Please sign in to comment.