From c86747ecd3dc52c6aa522209b3af050c313778f5 Mon Sep 17 00:00:00 2001 From: Ad MCPE Date: Sat, 19 Nov 2016 11:03:15 +0100 Subject: [PATCH] Remove debug message --- src/Ad5001/Gitable/Windows.php | 1 - 1 file changed, 1 deletion(-) 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(