Skip to content

Commit f22a84c

Browse files
committed
chore: log
1 parent 6e2563e commit f22a84c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/ci/codegen/pushToRepository.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ async function pushToRepository(repository: string, config: RepositoryConfigurat
159159
continue;
160160
}
161161

162-
console.log(`Pushing to '${task.prBranch}`);
163-
164162
await configureGitHubAuthor(tempGitDir);
165163

166164
await run('git add .', { cwd: tempGitDir });

0 commit comments

Comments
 (0)