list/deployments: disable stage wiping for now

This commit is contained in:
Thomas Gelf 2015-11-14 14:54:18 +01:00
parent 64b72363fc
commit dbe61f3911
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class ListController extends ActionController
// Not correct, we might clear logs we formerly skipped
if ($collected) {
$api->wipeInactiveStages();
// $api->wipeInactiveStages();
}
}