diff --git a/src/Composer/Installer/LibraryInstaller.php b/src/Composer/Installer/LibraryInstaller.php index 77c1c13fe..0da923654 100644 --- a/src/Composer/Installer/LibraryInstaller.php +++ b/src/Composer/Installer/LibraryInstaller.php @@ -176,7 +176,6 @@ class LibraryInstaller implements InstallerInterface chdir(dirname($link)); symlink($relativeBin, $link); } catch (\ErrorException $e) { - var_dump($e->getMessage()); file_put_contents($link, $this->generateUnixyProxyCode($bin, $link)); } chdir($cwd);