Skip to content

Commit

Permalink
TW20830473 Removing debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward committed May 30, 2024
1 parent 71ea48a commit bab4c1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Command/CodeCheckerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,9 @@ protected function execute(InputInterface $input, OutputInterface $output): int
array_push($cmd, '--runtime-set', 'moodleLicenseRegex', $licenseRegex);

// Add the files to process.
$output->writeln(sprintf('Number of files requested %d', count($files)));
foreach ($files as $file) {
$output->writeln(sprintf('Adding file %s', $file));
$cmd[] = $file;
}
$output->writeln(sprintf('Number of files loaded %d', count($cmd)));

$process = $this->execute->passThroughProcess(new Process($cmd, $this->plugin->directory, null, null, null));

Expand Down

0 comments on commit bab4c1e

Please sign in to comment.