Skip to content

Commit

Permalink
fix: remove console log from codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Sep 18, 2019
1 parent 99154fd commit 3d5a421
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,6 @@ export const uniqueArray = <T = any>(array: T[]): T[] => {
},
}); // create an object with no prototype.

console.log(typedHashes);

const unique: T[] = [];

array.forEach(element => {
Expand Down

0 comments on commit 3d5a421

Please sign in to comment.