Skip to content

Commit

Permalink
remove js/alert codes
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhe authored and leizhe committed Nov 23, 2021
1 parent 4c5c16d commit d16f748
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
};
Expand Down
3 changes: 0 additions & 3 deletions src/main/frontend/mobile/util.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

0 comments on commit d16f748

Please sign in to comment.