Useless line

This commit is contained in:
Michel Roux 2015-02-03 17:27:24 +01:00
parent 3ce19681c0
commit 8ac4df66ad

View File

@ -37,7 +37,6 @@ if (!empty($_POST['action'])) {
}
if ($session->isConnected()) {
$operator = !empty($config['operator']) ? ' ' . $config['operator'] . ' ' : ' && ';
$gitcommand = 'git --git-dir=' . $config['path'] . '/.git --work-tree=' . $config['path'];
if ($_POST['action'] == 'status') {