Remove debug message
This commit is contained in:
parent
17c53d03d5
commit
c86747ecd3
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ class Windows extends GitClient {
|
||||||
*/
|
*/
|
||||||
public function gitExec(string $args) : string {
|
public function gitExec(string $args) : string {
|
||||||
chdir($this->dir);
|
chdir($this->dir);
|
||||||
echo "$this->executable " . $args . " ";
|
|
||||||
$process = proc_open(
|
$process = proc_open(
|
||||||
"$this->executable " . $args,
|
"$this->executable " . $args,
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in a new issue