1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-04-30 04:02:28 +02:00

Removed console logging

This commit is contained in:
db-2001 2023-11-01 20:01:28 -04:00
parent 54731e74e3
commit 830252c8a7

@ -173,7 +173,7 @@ function CreateManga(manga, connector){
mangaElement.appendChild(mangaImage);
//Append the publication information to the publication
console.log(manga);
//console.log(manga);
var info = document.createElement('publication-information');
var connectorName = document.createElement('connector-name');
connectorName.innerText = connector;