Skip to content

Commit

Permalink
Drop the ComponentAdapter constructor placeholder code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Sep 15, 2020
1 parent c479940 commit 47f9e82
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/client/pythonEnvironments/legacyIOC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,7 @@ class ComponentAdapter implements IComponentAdapter {
constructor(
// The adapter only wraps one thing: the component API.
private readonly api: PythonEnvironments
) {
// For the moment we use this placeholder to exercise the property.
if (this.api.onChanged) {
this.api.onChanged((_event) => {
// do nothing
});
}
}
) {}

// IInterpreterHelper

Expand Down

0 comments on commit 47f9e82

Please sign in to comment.