Skip to content

Commit

Permalink
[delete] Removed duplicated log entry (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 committed Aug 23, 2021
1 parent 924fe09 commit c100f9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Phing/Task/System/DeleteTask.php
Expand Up @@ -265,7 +265,6 @@ private function removeDir($d)
}
}
}
$this->log('Deleting directory ' . $d->getAbsolutePath(), $this->verbosity);

try {
$d->delete();
Expand Down

0 comments on commit c100f9d

Please sign in to comment.