We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9af3e commit baa6084Copy full SHA for baa6084
src/features/projectManager.ts
@@ -171,7 +171,6 @@ export class PythonProjectManagerImpl implements PythonProjectManager {
171
}
172
173
getProjects(uris?: Uri[]): ReadonlyArray<PythonProject> {
174
- console.log('getProjects', uris);
175
if (uris === undefined) {
176
return Array.from(this._projects.values());
177
} else {
0 commit comments