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.53k stars 296 forks source link

Remove duplicate activity starting log message #1101

Closed cgillum closed 5 months ago

cgillum commented 5 months 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).