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

View File

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