Removed console logging
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user