Skip to content
This repository was archived by the owner on Aug 23, 2021. It is now read-only.

Commit f32daab

Browse files
committed
restore one line comment at line 808 of DBWorkload.java
1 parent 98a361f commit f32daab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/oltpbenchmark/DBWorkload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ private static Results runWorkload(List<BenchmarkModule> benchList, boolean verb
805805
for (BenchmarkModule bench : benchList) {
806806
LOG.info("Creating " + bench.getWorkloadConfiguration().getTerminals() + " virtual terminals...");
807807
workers.addAll(bench.makeWorkers(verbose));
808-
LOG.info("done.");
808+
// LOG.info("done.");
809809

810810
int num_phases = bench.getWorkloadConfiguration().getNumberOfPhases();
811811
LOG.info(String.format("Launching the %s Benchmark with %s Phase%s...",

0 commit comments

Comments
 (0)