From 2802c69cae72d6a802ee8deb560c67cc703a9d9b Mon Sep 17 00:00:00 2001 From: Titus Owuor <54272773+titusowuor30@users.noreply.github.com> Date: Thu, 7 Aug 2025 05:16:33 +0300 Subject: [PATCH] Update install-runtimes.js --- install-runtimes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/install-runtimes.js b/install-runtimes.js index 1993db4..165b728 100644 --- a/install-runtimes.js +++ b/install-runtimes.js @@ -122,7 +122,6 @@ async function installRuntimesLineByLine() { // Add a delay between installations to avoid overwhelming the system if (currentIndex < runtimes.length) { - console.log('Waiting 2 seconds before next installation...\n'); await new Promise(resolve => setTimeout(resolve, 2000)); } }