Skip to content

Commit d5c4470

Browse files
committed
chore: clean up code
1 parent 0f47420 commit d5c4470

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/algorithms/controllers/HashingSearch.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ export default {
5757
const TARGET = params.target; // Target value we are searching for
5858
const SIZE = params.hashSize; // Hash Modulo being used in the table
5959
let table = params.visualisers.array.instance.extractArray(1, EMPTY_CHAR); // The table with inserted values
60-
console.log(table);
61-
console.log(TARGET);
6260

6361
// Variable for testing
6462
let found = true;

0 commit comments

Comments
 (0)