Skip to content

Commit

Permalink
Removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sallaa committed Aug 12, 2024
1 parent fd102cc commit e56f9a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const SyntheticImageDetection = () => {
handleError("error_" + error.status);
}

console.log(imgSimilarRes.data);
//console.log(imgSimilarRes.data);

if (
!imgSimilarRes.data ||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ const SyntheticImageDetectionResults = ({
if (algorithmReport) {
// Display iff the user has the permissions to see the content

console.log(imageType);

if (
imageType &&
imageType === "image/webp" &&
Expand Down Expand Up @@ -307,8 +305,6 @@ const SyntheticImageDetectionResults = ({
continue;
}

console.log(imageType);

if (
imageType &&
imageType === "image/webp" &&
Expand Down

0 comments on commit e56f9a9

Please sign in to comment.