remove uncessary console.log
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1cbb07eb00
commit
9defff6f95
|
|
@ -18,7 +18,6 @@ export default function Edit({ attributes, setAttributes }) {
|
|||
[post]
|
||||
);
|
||||
|
||||
console.log(post);
|
||||
return (
|
||||
<>
|
||||
<OptionsSelectControl
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@ export default function Edit({ attributes, setAttributes, ...props }) {
|
|||
setAttributes({ contentDisposition: newContentDisposition });
|
||||
}
|
||||
|
||||
console.log(imageDescription, imageCaption);
|
||||
|
||||
return (
|
||||
<>
|
||||
<InspectorControls>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user