Skip to content

Commit

Permalink
fix: remove black magic
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelugolini committed Nov 17, 2023
1 parent 1096621 commit 4bf291c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ __attribute__((section(".boot"))) int main(int arg0) {
// those!
BEGIN_TRY {
TRY {
// Low-level black magic.
check_api_level(CX_COMPAT_APILEVEL);

// Check if we are called from the dashboard.
if (!arg0) {
// Called from dashboard, launch Ethereum app
Expand Down

0 comments on commit 4bf291c

Please sign in to comment.