Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

Remove duplicate activity starting log message #1101

Closed cgillum closed 1 month ago

cgillum commented 1 month ago

Looks like this log somehow got duplicated. Removing the first instance, since it occurs before a null-check and therefore seems at risk compared to the second instance (which is just a few lines below).