Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed Nov 15, 2024
1 parent d6fbf46 commit ef365df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default class Reporter{
constructor(private enabled: boolean){
const extensionId = "almenon.arepl";
const extension = extensions.getExtension(extensionId)!;
const extensionVersion = extension.packageJSON.version;

let connection_string = ''
try {
Expand Down

0 comments on commit ef365df

Please sign in to comment.