Skip to content

Commit 036413b

Browse files
committed
remove stray console log
1 parent 0157b2a commit 036413b

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)