Skip to content

Commit be5a1b2

Browse files
authored
Merge branch 'main' into opt-in
2 parents cc174c6 + e4895e2 commit be5a1b2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/features/projectManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ export class PythonProjectManagerImpl implements PythonProjectManager {
171171
}
172172

173173
getProjects(uris?: Uri[]): ReadonlyArray<PythonProject> {
174-
console.log('getProjects', uris);
175174
if (uris === undefined) {
176175
return Array.from(this._projects.values());
177176
} else {

0 commit comments

Comments
 (0)