From 883b67b1cbf46568ff512717ea7293fde9f20ccd Mon Sep 17 00:00:00 2001 From: Niyati Shah Date: Fri, 14 Jun 2024 14:49:07 -0400 Subject: [PATCH] remove unwanted console log --- scripts/copyTo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/copyTo.js b/scripts/copyTo.js index 7f1c0685c..b5dabc422 100644 --- a/scripts/copyTo.js +++ b/scripts/copyTo.js @@ -10,7 +10,6 @@ if (!target) { console.error("Need a destination"); exit(1); } -console.log(`copying to:${target}`); if (!target.endsWith("/")) { target += "/";