mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 06:47:53 +02:00
Removed console logging
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user