diff --git a/system/Autoloader/FileLocator.php b/system/Autoloader/FileLocator.php index 94bef703f1a0..fb2893f7c91b 100644 --- a/system/Autoloader/FileLocator.php +++ b/system/Autoloader/FileLocator.php @@ -315,7 +315,6 @@ public function listFiles(string $path): array } $tempFiles = get_filenames($fullPath, true); - //CLI::newLine($tempFiles); if (! empty($tempFiles)) {