codesite2git: clean up debugging output

This commit is contained in:
mappu 2020-05-04 18:08:12 +12:00
parent 61c889b7ca
commit bd70d6ae41
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}