From bd70d6ae412d0cd5e4e3062e349b2712f2b256b7 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 4 May 2020 18:08:12 +1200 Subject: [PATCH] codesite2git: clean up debugging output --- codesite2git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codesite2git b/codesite2git index 9ce041e..2ddba86 100755 --- a/codesite2git +++ b/codesite2git @@ -122,7 +122,7 @@ mtime=".$this->lastupdate." 'git add -A ; '. 'GIT_COMMITTER_DATE="'.date(DATE_ISO8601, $this->lastupdate).'" git commit -m "commit all archived files" --date '.escapeshellarg(date(DATE_ISO8601, $this->lastupdate)) ); - echo $command."\n"; + //echo $command."\n"; shell_exec($command); }