Skip to content

Commit c46afa7

Browse files
committed
remove log
1 parent 14e6df3 commit c46afa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ function repeatStringNumTimes(str, num) {
243243
for (let i = 1; i < num; i++) {
244244
string += str;
245245
}
246-
console.log("string", string);
247246
return string;
248247
}
249248
}

0 commit comments

Comments
 (0)