1
0
Fork 0

[Installer] Classic var_dump must be removed

pull/634/head
Igor Wiedler 2012-04-27 17:07:41 +02:00
parent aa4ececa2a
commit 8d71030cc1
1 changed files with 0 additions and 1 deletions

View File

@ -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);