Skip to content

Commit

Permalink
cleanup console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
amey-shrivastava committed Sep 20, 2024
1 parent f5f7edb commit 50ed019
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/livePreview/eventManager/postMessageEvent.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ export function useRecalculateVariantDataCSLPValues(): void {
LIVE_PREVIEW_POST_MESSAGE_EVENTS.VARIANT_PATCH,
(event) => {
if (VisualBuilder.VisualBuilderGlobalState.value.audienceMode) {
console.log(
"updated value VARIANT_PATCH",
"audmode",
VisualBuilder.VisualBuilderGlobalState.value.audienceMode,
{ expectedCSLPValues: event.data.expectedCSLPValues }
);
recalculateVariantClasses(event.data.expectedCSLPValues);
}
}
Expand Down

0 comments on commit 50ed019

Please sign in to comment.