ListController: temporarily re-disable wipe

This commit is contained in:
Thomas Gelf 2016-02-19 11:35:03 +01:00
parent 93436bffac
commit 7141fb2612

View File

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