Skip to content

Commit

Permalink
test: remove sleep in native breadcrumb scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed May 3, 2019
1 parent fedee8e commit 3367628
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ public void run() {
return;
}
Bugsnag.leaveBreadcrumb("Reverse thrusters");
handler.postDelayed(new Runnable() {
@Override
public void run() {
activate();
}
}, 1000);
activate();
}
}

0 comments on commit 3367628

Please sign in to comment.