Skip to content

Commit

Permalink
rm console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Dec 9, 2024
1 parent af7e6a2 commit 116ab63
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export function generateObjectHashStream(
obj: any,
replacer?: (key: string, value: any) => any,
): string {
console.time('generateObjectHash');
console.log('generateObjectHash', obj);
const hash = new SparkMD5.ArrayBuffer();
const encoder = new TextEncoder();

Expand Down

0 comments on commit 116ab63

Please sign in to comment.