diff --git a/apps/benchmark_reads_single_threaded.cpp b/apps/benchmark_reads_single_threaded.cpp index 9c1b9e70f..b5c7d9697 100644 --- a/apps/benchmark_reads_single_threaded.cpp +++ b/apps/benchmark_reads_single_threaded.cpp @@ -66,7 +66,7 @@ int main(int argc, char *argv[]) // cout << "Got cmd argument" << endl; } } - cout << "Using batches of " << val << endl; + // cout << "Using batches of " << val << endl; // cout << "Hello World" << endl; do_reads_in_batches_of(val);