Skip to content

Commit 89bb33f

Browse files
author
Magnus Hartvig Grønbech
committed
Fix comment
1 parent af2de12 commit 89bb33f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/System Application/App/AI/src/Azure AI Document Intelligence/AzureDIImpl.Codeunit.al

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ codeunit 7779 "Azure DI Impl."
6262
end;
6363

6464
FeatureTelemetry.LogUsage('0000OLM', AzureDocumentIntelligenceCapabilityTok, TelemetryAnalyzeInvoiceCompletedLbl, Enum::"AL Telemetry Scope"::All, CustomDimensions);
65-
6665
end;
6766

6867
/// <summary>

src/System Application/App/AI/src/Azure AI Document Intelligence/AzureDocumentIntelligence.Codeunit.al

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ codeunit 7780 "Azure Document Intelligence"
6464
/// Sets the copilot capability that the API is running for.
6565
/// </summary>
6666
/// <param name="CopilotCapability">The copilot capability to set.</param>
67-
[NonDebuggable]
6867
procedure SetCopilotCapability(CopilotCapability: Enum "Copilot Capability")
6968
var
7069
CallerModuleInfo: ModuleInfo;

0 commit comments

Comments
 (0)