Skip to content

Commit 714c461

Browse files
committed
remove debug code
1 parent 1bce8e7 commit 714c461

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

issue-bot/src/Console/EvaluateCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
142142
$exitCode = self::EXIT_NO_AFFECTED_ISSUES;
143143
$output->writeln(sprintf('No changes in results in %d code snippets from %d GitHub issues. :tada:', $totalCodeSnippets, count($issueCache->getIssues())));
144144
}
145-
// XXX debug test
146-
$exitCode = self::EXIT_AFFECTS_ISSUES;
147145

148146
foreach ($toPost as ['issue' => $issue, 'hash' => $hash, 'users' => $users, 'diff' => $diff, 'details' => $details]) {
149147
$text = sprintf(

0 commit comments

Comments
 (0)