mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Remove console log
This commit is contained in:
parent
7ee1a68987
commit
4a55aff19c
@ -63,8 +63,6 @@ export const CatalogLayoutBadgeDisplayView: FC<CatalogLayoutBadgeDisplayViewProp
|
|||||||
const stringDataType = new StringDataType();
|
const stringDataType = new StringDataType();
|
||||||
stringDataType.setValue(productData);
|
stringDataType.setValue(productData);
|
||||||
|
|
||||||
console.log(stringDataType);
|
|
||||||
|
|
||||||
dispatchUiEvent(new SetRoomPreviewerStuffDataEvent(activeOffer, stringDataType));
|
dispatchUiEvent(new SetRoomPreviewerStuffDataEvent(activeOffer, stringDataType));
|
||||||
}, [ currentBadge, activeOffer, roomPreviewer ]);
|
}, [ currentBadge, activeOffer, roomPreviewer ]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user