Skip to content

Commit

Permalink
Update AutocadSendBinding.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
clairekuang committed Jun 13, 2024
1 parent 507131e commit 603facb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ private async Task SendInternal(string modelCardId)
.ConfigureAwait(false);

Commands.SetModelSendResult(modelCardId, sendResult.RootObjId, sendResult.ConversionResults);
Application.DocumentManager.DocumentActivated -= documentActivatedDuringOperation;
}
// Catch here specific exceptions if they related to model card.
catch (OperationCanceledException)
Expand Down

0 comments on commit 603facb

Please sign in to comment.