Skip to content

Commit 10c4c41

Browse files
committed
chore: remove redundant output
1 parent 6b1e53f commit 10c4c41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/cli.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,6 @@ cli
871871
const logger = options.verbose ? Logger.verbose() : Logger.quiet()
872872

873873
try {
874-
logger.info('🔍 Checking for PRs with rebase checkbox enabled...')
875-
876874
// Check if repository is configured
877875
if (!config.repository) {
878876
logger.error('❌ Repository configuration required for PR operations')

0 commit comments

Comments
 (0)