remove summary output until it is fixed

This commit is contained in:
Jonathan Shook 2021-06-01 17:35:26 -05:00
parent 0a3fc4fa08
commit 2bcf47cab8

View File

@ -414,7 +414,7 @@ public class Scenario implements Callable<ScenarioResult> {
}
}
fullChannels.forEach(result::reportTo);
briefChannels.forEach(result::reportCountsTo);
// briefChannels.forEach(result::reportCountsTo);
}
@Override