removing unecessary console.log
This commit is contained in:
parent
60cffb7e8c
commit
3f9c653a65
|
|
@ -36,7 +36,6 @@ const BrochureLinkFormatButton = (props) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
function setFormat(postDatas) {
|
function setFormat(postDatas) {
|
||||||
console.log("postdata", postDatas);
|
|
||||||
setIsPopoverOpen(!isPopoverOpen);
|
setIsPopoverOpen(!isPopoverOpen);
|
||||||
setPendingBrochure(true);
|
setPendingBrochure(true);
|
||||||
onChange(
|
onChange(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user