Skip to content

Commit

Permalink
Merge pull request #1550 from samsonasik/rem-commented-cli-newline
Browse files Browse the repository at this point in the history
remove commented CLI::newLine($tempFiles) at FileLocator class
  • Loading branch information
jim-parry authored Nov 29, 2018
2 parents e784410 + bfd8e71 commit ce3c44e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/Autoloader/FileLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ public function listFiles(string $path): array
}

$tempFiles = get_filenames($fullPath, true);
//CLI::newLine($tempFiles);

if (! empty($tempFiles))
{
Expand Down

0 comments on commit ce3c44e

Please sign in to comment.