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 += "/";