Removed console logging
This commit is contained in:
parent
54731e74e3
commit
830252c8a7
@ -173,7 +173,7 @@ function CreateManga(manga, connector){
|
|||||||
mangaElement.appendChild(mangaImage);
|
mangaElement.appendChild(mangaImage);
|
||||||
|
|
||||||
//Append the publication information to the publication
|
//Append the publication information to the publication
|
||||||
console.log(manga);
|
//console.log(manga);
|
||||||
var info = document.createElement('publication-information');
|
var info = document.createElement('publication-information');
|
||||||
var connectorName = document.createElement('connector-name');
|
var connectorName = document.createElement('connector-name');
|
||||||
connectorName.innerText = connector;
|
connectorName.innerText = connector;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user