Skip to content

Commit

Permalink
Removed debug delay
Browse files Browse the repository at this point in the history
  • Loading branch information
TSchmiedlechner committed Oct 1, 2024
1 parent 240fd4a commit 27861a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public override StartCommandResult OnStartCommand(Intent intent, StartCommandFla

try
{
Task.Delay(20000).Wait();
var isSandbox = intent.GetBooleanExtra("sandbox", false);
var cashboxIdString = intent.GetStringExtra("cashboxid");
var accessToken = intent.GetStringExtra("accesstoken");
Expand Down

0 comments on commit 27861a8

Please sign in to comment.