Skip to content

Commit efa8b75

Browse files
authored
Remove console.log statement from count.js
1 parent 64b8c19 commit efa8b75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sprint-3/2-practice-tdd/count.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ function countChar(stringOfCharacters, findCharacter) {
1010
}
1111
return count;
1212
}
13-
console.log(countChar("little", "t"));
1413

1514
module.exports = countChar;

0 commit comments

Comments
 (0)