File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export namespace Telemetry {
1111 export const COMPLETION_EVENT = "textCompletion" ;
1212 export const SERVER_INITIALIZED_EVT = "java.workspace.initialized" ;
1313 export const LS_ERROR = "java.ls.error" ;
14- export const IMPORT_PROJECT = "java.workspace.importProject" ;
1514
1615 let telemetryManager : TelemetryService = null ;
1716 let workspaceHash ;
@@ -44,7 +43,6 @@ export namespace Telemetry {
4443 * @throws Error if the telemetry service has not been started yet
4544 */
4645 export async function sendTelemetry ( eventName : string , data ?: object ) : Promise < void > {
47- console . log ( `Sending telemetry event: ${ eventName } with data: ${ JSON . stringify ( data ) } ` ) ;
4846 if ( ! telemetryManager ) {
4947 throw new Error ( "The telemetry service for vscode-java has not been started yet" ) ;
5048 }
You can’t perform that action at this time.
0 commit comments