Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Remove merge artifact
  • Loading branch information
dgieselaar authored Feb 9, 2024
1 parent c04cccb commit 0e719fa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,6 @@ export class ObservabilityAIAssistantClient {
this.dependencies.logger.debug(`Sending conversation to connector`);
this.dependencies.logger.trace(JSON.stringify(request, null, 2));

const now = performance.now();

const executeResult = await this.dependencies.actionsClient.execute({
actionId: connectorId,
params: {
Expand Down

0 comments on commit 0e719fa

Please sign in to comment.