Sfoglia il codice sorgente

[Installer] Classic var_dump must be removed

Igor Wiedler 13 anni fa
parent
commit
8d71030cc1
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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));
                     symlink($relativeBin, $link);
                 } catch (\ErrorException $e) {
-                    var_dump($e->getMessage());
                     file_put_contents($link, $this->generateUnixyProxyCode($bin, $link));
                 }
                 chdir($cwd);