diff --git a/src/Plugin/Patches.php b/src/Plugin/Patches.php index 41ec0fea..389431ee 100644 --- a/src/Plugin/Patches.php +++ b/src/Plugin/Patches.php @@ -340,9 +340,6 @@ public function postInstall(PackageEvent $event) } } // $localPackage->setExtra($extra); - - $this->io->write(''); - $this->writePatchReport($this->patchCollection->getPatchesForPackage($package_name), $install_path); } /**