Skip to content

Commit e4895e2

Browse files
authored
remove stray console log (#557)
1 parent 1befa37 commit e4895e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)