Skip to content

Commit 0abc89c

Browse files
committed
removed extra console.log
1 parent 1608f21 commit 0abc89c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.js

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ function generateBalances(addresses, balance) {
7575
}
7676

7777
function downloadClient(client, workdir) {
78-
console.log(HOMEDIR);
7978
const paths = getPaths(client, workdir);
8079
if (!canWrite(path.join(HOMEDIR, "__remove_me__"))) {
8180
console.log(

0 commit comments

Comments
 (0)