Skip to content

Commit 6783bf2

Browse files
committed
Remove console logs from bubbleSort
1 parent bf4b28a commit 6783bf2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

data-structures/sorting-algos/bubbleSort.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ const bubbleSort = input => {
1414
return input;
1515
}
1616

17-
console.log(bubbleSort([4,3,2,1]));
18-
console.log(bubbleSort([4,8,2,21]));
1917
export default bubbleSort;
2018

0 commit comments

Comments
 (0)