Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sallaa committed Feb 4, 2025
1 parent adce619 commit 6c68d76
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ const SyntheticImageDetectionResults = ({
return scoreB - scoreA;
});

console.log(res);

const hasResultError = () => {
for (const algorithm of res) {
if (algorithm.isError) return true;
Expand Down

0 comments on commit 6c68d76

Please sign in to comment.