Skip to content

Commit 0ce065e

Browse files
author
Alberto Iannaccone
authored
disable survey contribution (#1150)
1 parent 0b0958c commit 0ce065e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arduino-ide-extension/src/browser/arduino-ide-frontend-module.ts

-5
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ import { SaveAsSketch } from './contributions/save-as-sketch';
121121
import { SaveSketch } from './contributions/save-sketch';
122122
import { VerifySketch } from './contributions/verify-sketch';
123123
import { UploadSketch } from './contributions/upload-sketch';
124-
import { SurveyNotification } from './contributions/survey-notification';
125124
import { CommonFrontendContribution } from './theia/core/common-frontend-contribution';
126125
import { EditContributions } from './contributions/edit-contributions';
127126
import { OpenSketchExternal } from './contributions/open-sketch-external';
@@ -488,10 +487,6 @@ export default new ContainerModule((bind, unbind, isBound, rebind) => {
488487
bind(EditorMode).toSelf().inSingletonScope();
489488
bind(FrontendApplicationContribution).toService(EditorMode);
490489

491-
// Survey notification
492-
bind(SurveyNotification).toSelf().inSingletonScope();
493-
bind(FrontendApplicationContribution).toService(SurveyNotification);
494-
495490
bind(SurveyNotificationService)
496491
.toDynamicValue((context) => {
497492
return ElectronIpcConnectionProvider.createProxy(

0 commit comments

Comments
 (0)