Skip to content

Commit

Permalink
chore: remove one more log
Browse files Browse the repository at this point in the history
  • Loading branch information
Esinko committed Sep 16, 2024
1 parent 274069f commit 813dbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service-workers/workers/filesystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ class Filesystem {
try {
const hashObj = new hash(string)
const sha1 = await hashObj.sha1() // Is this enough?
console.debug(
/* console.debug(
"[ Filesystem ] Checksum calculation", string, checksum, sha1
)
) */
if (checksum === sha1) {
resolve(true)
} else {
Expand Down

0 comments on commit 813dbb9

Please sign in to comment.