Skip to content

Commit

Permalink
Removed some extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu committed May 30, 2023
1 parent d51c649 commit 834e49d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/console/app/routes/apps/$clientId/designer.beta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ const EmailPanel = ({
if (!iFrameRef) return

var iframeDoc = iFrameRef.current?.contentWindow?.document
console.log({ iframeDoc })
if (!iframeDoc) return

const styleId = 'injected-styles'
Expand Down Expand Up @@ -1042,10 +1041,6 @@ export const action: ActionFunction = async ({ request, params, context }) => {
})
}

console.log({
errors,
})

return json({
errors,
})
Expand Down

0 comments on commit 834e49d

Please sign in to comment.