Skip to content

Commit

Permalink
remove unecessary log (#6961)
Browse files Browse the repository at this point in the history
Co-authored-by: Mathusan Selvarajah <mathusan@google.com>
  • Loading branch information
mathu97 and mathu97 committed Apr 4, 2024
1 parent b575040 commit 97c5a8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apphosting/githubConnections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export async function linkGitHubRepository(
const existingConns = await listAppHostingConnections(projectId);

if (existingConns.length === 0) {
utils.logBullet("no connections exist");
existingConns.push(
await createFullyInstalledConnection(projectId, location, generateConnectionId(), oauthConn),
);
Expand Down

0 comments on commit 97c5a8e

Please sign in to comment.