SCM - 💄some follow-up cleanup (#274193)

This commit is contained in:
Ladislau Szomoru
2025-10-30 20:55:23 +00:00
committed by GitHub
parent 7e1fd498bb
commit 105d8dd583
3 changed files with 18 additions and 10 deletions

View File

@@ -5184,7 +5184,6 @@ export class CommandCenter {
@command('git.repositories.checkout', { repository: true })
async artifactCheckout(repository: Repository, artifact: SourceControlArtifact): Promise<void> {
console.log(repository, artifact);
if (!repository || !artifact) {
return;
}