Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Feb 7, 2022
1 parent bef774f commit feceaae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions x-pack/plugins/osquery/server/lib/telemetry/sender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,8 @@ export class TelemetryEventsSender {
clusterInfo?.version?.number,
licenseInfo?.uid
);
} catch (err) {
this.logger.warn(`Error sending telemetry events data: ${err}`);
}
// eslint-disable-next-line no-empty
} catch (err) {}
}

private async fetchTelemetryUrl(channel: string): Promise<string> {
Expand Down

0 comments on commit feceaae

Please sign in to comment.