ListController: re-enable stage-wiping

Needs improvement
This commit is contained in:
Thomas Gelf 2016-02-18 14:50:41 +01:00
parent e73503dda6
commit 867d60756e
1 changed files with 2 additions and 2 deletions

View File

@ -164,9 +164,9 @@ class ListController extends ActionController
$deployment->store();
}
// Not correct, we might clear logs we formerly skipped
// TODO: Not correct, we might clear logs we formerly skipped
if ($collected) {
// $api->wipeInactiveStages();
$api->wipeInactiveStages();
}
}