From ae2619f2a66a0291af62b2290d028651bfed90f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Efeish?= Date: Mon, 30 Mar 2026 14:30:25 -0400 Subject: [PATCH] Clean up app.js by removing a comment line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove unnecessary comment line in app.js Signed-off-by: Jürgen Efeish --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index 8c59e69..ff15a31 100644 --- a/src/app.js +++ b/src/app.js @@ -1,5 +1,5 @@ function main() { console.log("Hello, world!"); } - +// ---- main();