From 8d71030cc137f63a20e4283736070b51c2b75c30 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 27 Apr 2012 17:07:41 +0200 Subject: [PATCH] [Installer] Classic var_dump must be removed --- src/Composer/Installer/LibraryInstaller.php | 1 - 1 file changed, 1 deletion(-) 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);