Browse Source

[Installer] Classic var_dump must be removed

Igor Wiedler 13 years ago
parent
commit
8d71030cc1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Composer/Installer/LibraryInstaller.php

+ 0 - 1
src/Composer/Installer/LibraryInstaller.php

@@ -176,7 +176,6 @@ class LibraryInstaller implements InstallerInterface
                     chdir(dirname($link));
                     chdir(dirname($link));
                     symlink($relativeBin, $link);
                     symlink($relativeBin, $link);
                 } catch (\ErrorException $e) {
                 } catch (\ErrorException $e) {
-                    var_dump($e->getMessage());
                     file_put_contents($link, $this->generateUnixyProxyCode($bin, $link));
                     file_put_contents($link, $this->generateUnixyProxyCode($bin, $link));
                 }
                 }
                 chdir($cwd);
                 chdir($cwd);