Removed console logging

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

View File

@ -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;