1
0
Fork 0

Remove debug message

Dieser Commit ist enthalten in:
Ad MCPE 2016-11-19 11:03:15 +01:00
Ursprung 17c53d03d5
Commit c86747ecd3
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -29,7 +29,6 @@ class Windows extends GitClient {
*/
public function gitExec(string $args) : string {
chdir($this->dir);
echo "$this->executable " . $args . " ";
$process = proc_open(
"$this->executable " . $args,
array(