removing unecessary console.log
This commit is contained in:
parent
8503426077
commit
71ea43db0c
|
|
@ -1 +1 @@
|
|||
<?php return array('dependencies' => array('wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '796584d0ce5be6b0516b');
|
||||
<?php return array('dependencies' => array('wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'e5c70dab6e7945fcfd62');
|
||||
|
|
|
|||
|
|
@ -98,7 +98,6 @@ function Edit({
|
|||
setBlobUrl();
|
||||
}
|
||||
}, [coverUrl]);
|
||||
console.log(heightFixed);
|
||||
return (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_2__.InspectorControls, null, coverUrl && (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_components__WEBPACK_IMPORTED_MODULE_3__.PanelBody, {
|
||||
title: "Image de couverture"
|
||||
}, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_components__WEBPACK_IMPORTED_MODULE_3__.__experimentalToggleGroupControl, {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -83,7 +83,6 @@ function Edit({
|
|||
setBlobUrl();
|
||||
}
|
||||
}, [coverUrl]);
|
||||
console.log(heightFixed);
|
||||
return (
|
||||
<>
|
||||
<InspectorControls>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user