From 830252c8a7afd85a006101a01709c7b7954b2afd Mon Sep 17 00:00:00 2001 From: db-2001 Date: Wed, 1 Nov 2023 20:01:28 -0400 Subject: [PATCH] Removed console logging --- Website/interaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/interaction.js b/Website/interaction.js index 5161828..c4b6fe8 100644 --- a/Website/interaction.js +++ b/Website/interaction.js @@ -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;