Skip to content

Commit

Permalink
trace-viewer-frontend-module: Remove commented-out code
Browse files Browse the repository at this point in the history
Fix the related SonarLint warning; make this file cleanly maintained.

Signed-off-by: Marco Miller <marco.miller@ericsson.com>
  • Loading branch information
marco-miller committed Mar 20, 2023
1 parent 8011e99 commit 32cebc9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,4 @@ export default new ContainerModule(bind => {
const connection = ctx.container.get(WebSocketConnectionProvider);
return connection.createProxy<BackendFileService>(backendFileServicePath);
}).inSingletonScope();

// bindViewContribution(bind, TracePropertiesContribution);
// bind(TracePropertiesWidget).toSelf();
// bind(WidgetFactory).toDynamicValue(context => ({
// id: TRACE_PROPERTIES_ID,
// createWidget: () => context.container.get<TracePropertiesWidget>(TracePropertiesWidget)
// }));
});

0 comments on commit 32cebc9

Please sign in to comment.