Removing log statement

Signed-off-by: Callen Barton <7515844+cal5barton@users.noreply.github.com>
This commit is contained in:
Callen Barton
2022-07-07 10:23:46 -06:00
parent 0869a85ff4
commit 2321793465
@@ -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();