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]
|
[post]
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log(post);
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<OptionsSelectControl
|
<OptionsSelectControl
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,6 @@ export default function Edit({ attributes, setAttributes, ...props }) {
|
||||||
setAttributes({ contentDisposition: newContentDisposition });
|
setAttributes({ contentDisposition: newContentDisposition });
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(imageDescription, imageCaption);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<InspectorControls>
|
<InspectorControls>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user