Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mclift committed Apr 21, 2024
1 parent dec8c3d commit 18d7141
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/Stateless.Tests/AsyncActionsFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Xunit;

Expand Down Expand Up @@ -561,7 +560,6 @@ public async Task FireAsyncTriggerWithParametersArray()
});

await sm.FireAsync(Trigger.X, 42, "Stateless", true, 123.45, Trigger.Y);
Console.WriteLine(Thread.CurrentThread.CurrentCulture);

Assert.Equal(expectedParam, actualParam);
}
Expand Down

0 comments on commit 18d7141

Please sign in to comment.