Skip to content

Commit d2379f3

Browse files
authored
remove incorrect apphosting:backends:create log that indicates branch does not exist when it does (#8385)
1 parent 976637e commit d2379f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/apphosting/githubConnections.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,6 @@ export async function promptGitHubBranch(repoLink: devConnect.GitRepositoryLink)
471471
},
472472
});
473473

474-
utils.logWarning(
475-
`The branch "${branch}" does not exist on "${extractRepoSlugFromUri(repoLink.cloneUri) ?? ""}". Please enter a valid branch for this repo.`,
476-
);
477474
return branch;
478475
}
479476

0 commit comments

Comments
 (0)