From dd8b2e09a4db0b77456d032121fa8365f291ef00 Mon Sep 17 00:00:00 2001 From: The Ghost of FOSS' Future <163201376+sneedgroup-holder@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:41:18 -0500 Subject: [PATCH] Update index.html --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index c2ecd67..e783d84 100644 --- a/index.html +++ b/index.html @@ -545,7 +545,6 @@ try { // Load and execute JavaScript code from the file new Function(event.target.result)(); - console.log(`Plugin "${file.name}" executed successfully.`); } catch (err) { console.error(`Failed to execute plugin "${file.name}": ${err.message}`); allFilesLoaded = false;