Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
anwolosz committed Aug 24, 2024
1 parent e064909 commit 892eb17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/SynopsisView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default {
validHashes.push(i);
}
validHashes.splice(360, 2);
console.log(validHashes)
return validHashes.includes(parseInt(hash))
}
}
Expand Down

0 comments on commit 892eb17

Please sign in to comment.