Skip to content

Commit

Permalink
remove risky console log (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhou-mstr committed Nov 27, 2023
1 parent abe8b21 commit 69088e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/copyTo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if (!target) {
console.error("Need a destination");
exit(1);
}
console.log(`copying to:${target}`);

if (!target.endsWith("/")) {
target += "/";
Expand Down

0 comments on commit 69088e0

Please sign in to comment.