Skip to content

Commit

Permalink
Remove extra io warning
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jul 31, 2023
1 parent f581e0c commit 60c9e8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RecursiveCleaner.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public function clean(string $path, array $extra = []): int
$relativePath = $this->getRelativePath($path, $file);

if (in_array($relativePath, $exclude, true)) {
$this->io->warning('Skipping excluded folder ' . $relativePath);
continue;
}

Expand Down

0 comments on commit 60c9e8b

Please sign in to comment.