Removed console.log used for debugging

This commit is contained in:
Eric Holland 2023-11-04 20:29:20 -04:00
parent d13b907660
commit 5b9fe27da9
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ const removeFromArray = function(array) {
removalChecks.push(arguments[i]); removalChecks.push(arguments[i]);
} }
} }
console.log(removalChecks)
lenArray = array.length-1; lenArray = array.length-1;
for (i=0; i<removalChecks.length; i++) { for (i=0; i<removalChecks.length; i++) {
valToCheck = removalChecks[i] valToCheck = removalChecks[i]