Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit d33c732

Browse files
authored
remove stray console log (#557)
1 parent 1029695 commit d33c732

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)