Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Commit c74383f

Browse files
author
SmetDenis
committed
remove debug messages
1 parent 306bbff commit c74383f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CleanupPlugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ protected function cleanPackage(BasePackage $package)
137137
foreach ($patterns as $pattern) {
138138
try {
139139
foreach (glob($dir . '/' . $pattern) as $file) {
140-
echo 'd'.__LINE__;
141140
$this->filesystem->remove($file);
142141
}
143142
} catch (\Exception $e) {

0 commit comments

Comments
 (0)