Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MAX-786 committed Jun 22, 2024
1 parent 41c418f commit 1b05011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/volto-hydra/src/utils/isValidUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default function isValidUrl(string) {
new URL(string);
return true;
} catch (error) {
console.error(error);
return false;
}
}

0 comments on commit 1b05011

Please sign in to comment.