aboutsummaryrefslogtreecommitdiffstats
path: root/qt-cpp/src/commands/reset-qt-ext.ts
diff options
context:
space:
mode:
Diffstat (limited to 'qt-cpp/src/commands/reset-qt-ext.ts')
-rw-r--r--qt-cpp/src/commands/reset-qt-ext.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-cpp/src/commands/reset-qt-ext.ts b/qt-cpp/src/commands/reset-qt-ext.ts
index 985dbf1..23c46da 100644
--- a/qt-cpp/src/commands/reset-qt-ext.ts
+++ b/qt-cpp/src/commands/reset-qt-ext.ts
@@ -5,10 +5,8 @@ import * as vscode from 'vscode';
import { kitManager } from '@/extension';
import { EXTENSION_ID } from '@/constants';
-import { telemetry } from 'qt-lib';
async function reset() {
- telemetry.sendAction('reset');
await kitManager.reset();
}