Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jnptk committed Jul 5, 2024
1 parent a492baf commit fdf3aae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/volto-iframe-block/src/components/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const IframeEdit = (props) => {
}
};

console.log(url);
return (
<div>
{data.src ? (
Expand Down

0 comments on commit fdf3aae

Please sign in to comment.