Skip to content

Commit c6ef273

Browse files
authored
remove un-intended comment (#442)
left a comment and forgot to remove this before
1 parent bbc35aa commit c6ef273

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/managers/builtin/sysPythonManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ export class SysPythonManager implements EnvironmentManager {
199199
// This environment is unknown. Resolve it.
200200
const resolved = await resolveSystemPythonEnvironmentPath(context.fsPath, this.nativeFinder, this.api, this);
201201
if (resolved) {
202-
// HERE IT GOT TOO MANY
203202
// This is just like finding a new environment or creating a new one.
204203
// Add it to collection, and trigger the added event.
205204

0 commit comments

Comments
 (0)