(examples) remove logging

This commit is contained in:
Nick Fisher
2025-05-20 14:57:41 +08:00
parent 1fb68b20e9
commit 2dad04a354

View File

@@ -24,7 +24,6 @@
<script type="module">
try {
window.thermion_dart = await thermion_dart();
console.log("set thermion_dart");
} catch(err) {
console.error(err);
}