removing unecessary console.log

This commit is contained in:
Antoine M 2023-11-23 16:34:18 +01:00
parent 8503426077
commit 71ea43db0c
4 changed files with 2 additions and 4 deletions

View File

@ -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');

View File

@ -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

View File

@ -83,7 +83,6 @@ function Edit({
setBlobUrl();
}
}, [coverUrl]);
console.log(heightFixed);
return (
<>
<InspectorControls>