From 0d7ba1485d4b5fd0b645f25c021690cd8b8185b5 Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 17 Mar 2022 19:03:42 -0400 Subject: [PATCH] swap around some build thingies --- veilid-flutter/example/lib/main.dart | 1 - veilid-flutter/example/web/index.html | 5 +---- veilid-wasm/wasm_build.sh | 18 +++++++++--------- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/veilid-flutter/example/lib/main.dart b/veilid-flutter/example/lib/main.dart index d0eddb1a..d6ef3bb3 100644 --- a/veilid-flutter/example/lib/main.dart +++ b/veilid-flutter/example/lib/main.dart @@ -93,7 +93,6 @@ class _MyAppState extends State with UiLoggy { } on Exception { veilidVersion = 'Failed to get veilid version.'; } - print("veilidVersionString $veilidVersion"); // In case of hot restart shut down first try { diff --git a/veilid-flutter/example/web/index.html b/veilid-flutter/example/web/index.html index d87886d6..fe1c65dc 100644 --- a/veilid-flutter/example/web/index.html +++ b/veilid-flutter/example/web/index.html @@ -36,12 +36,9 @@ - - xxx figure out how to switch to debug, maybe do this from dart land -