From a42a3559cf51ba6b7032c02ae07bf361a462f599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ktu=C4=9F=20Karaka=C5=9Fl=C4=B1?= <20567087+goktug97@users.noreply.github.com> Date: Sun, 5 Jul 2020 14:03:18 +0300 Subject: [PATCH] remove unnecessary console log --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index dc468f3..a259fab 100644 --- a/index.html +++ b/index.html @@ -267,7 +267,6 @@ style.type = 'text/css'; style.innerHTML = data; document.getElementsByTagName('head')[0].appendChild(style); - console.log(style); } });