Remove console log

This commit is contained in:
Bill 2021-09-17 02:40:37 -04:00
parent 7ee1a68987
commit 4a55aff19c

View File

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