Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Mar 6, 2025
1 parent d064e45 commit c3138ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/assetMessaging.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
window.addEventListener("message", function (m) {
if (m.data._fromVscode) {
if (m.data.type === "fetch-html") {
console.log(m.data.srcDoc)
frame.srcdoc = m.data.srcDoc;
return;
}
Expand Down

0 comments on commit c3138ac

Please sign in to comment.