Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Dec 21, 2024
1 parent b458a0b commit bc608ce
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export async function updatePreiewPanel(
builtEmail.html.trim().length > 0
) {
previewPanel.title = `React Email — ${builtEmail.filename}`;
console.log(
builtEmail.html
);
previewPanel.webview.html =
convertAllEmailAssetSourcesIntoWebviewURIs(
builtEmail.html,
Expand Down

0 comments on commit bc608ce

Please sign in to comment.