diff --git a/src/Ad5001/Gitable/Windows.php b/src/Ad5001/Gitable/Windows.php index 9640df3..5888fcb 100644 --- a/src/Ad5001/Gitable/Windows.php +++ b/src/Ad5001/Gitable/Windows.php @@ -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(