Removing log statement
Signed-off-by: Callen Barton <7515844+cal5barton@users.noreply.github.com>
This commit is contained in:
@@ -60,8 +60,6 @@ export class AzureDevOpsApi {
|
||||
) {}
|
||||
|
||||
public async getProjects(): Promise<Project[]> {
|
||||
this.logger?.debug(`Getting all projects.`);
|
||||
|
||||
const client = await this.webApi.getCoreApi();
|
||||
const projectList: TeamProjectReference[] = await client.getProjects();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user