remove js/alert codes

This commit is contained in:
leizhe
2021-11-23 15:52:06 +08:00
parent 4c5c16d589
commit d16f74888d
2 changed files with 1 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ const config: CapacitorConfig = {
// do not commit this into source control
// source: https://capacitorjs.com/docs/guides/live-reload
, server: {
url: "http://192.168.0.104:3001" //process.env.LOGSEQ_APP_SERVER_URL,
url: process.env.LOGSEQ_APP_SERVER_URL,
cleartext: true
}
};

View File

@@ -102,6 +102,3 @@
(if (and model landscape?)
20
(:statusbar (model @idevice-info)))))
(js/alert (str "Device Model: " (first (get-idevice-model))
"\nStatus Bar height: " (get-idevice-statusbar-height)))