Skip to content

Commit e65d15c

Browse files
chore: removed unused console log
1 parent f3c6abc commit e65d15c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/livePreview/eventManager/postMessageEvent.hooks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ export function sendInitializeLivePreviewPostMessageEvent(): void {
146146

147147
if (contentTypeUid && entryUid) {
148148
// TODO: we should not use this function. Instead we should have sideEffect run automatically when we set the config.
149-
console.log("setConfigFromParams", contentTypeUid, entryUid);
150-
// setConfigFromParams(`?content_type_uid=${contentTypeUid}&entry_uid=${entryUid}`);
151149
setConfigFromParams({
152150
content_type_uid: contentTypeUid,
153151
entry_uid: entryUid,

0 commit comments

Comments
 (0)