From 649570eda7789f96aeb1c776e3c0dfbd0e4670a2 Mon Sep 17 00:00:00 2001 From: Zandra Date: Wed, 25 May 2016 12:25:08 +0200 Subject: Remove noop log call in common_test --- lib/common_test/src/ct_run.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/common_test') diff --git a/lib/common_test/src/ct_run.erl b/lib/common_test/src/ct_run.erl index 1e5f935198..c00428cbf6 100644 --- a/lib/common_test/src/ct_run.erl +++ b/lib/common_test/src/ct_run.erl @@ -1209,7 +1209,6 @@ run_all_specs([], _, _, TotResult) -> end; run_all_specs([{Specs,TS} | TSs], Opts, StartOpts, TotResult) -> - log_ts_names(Specs), Combined = #opts{config = TSConfig} = combine_test_opts(TS, Specs, Opts), AllConfig = merge_vals([Opts#opts.config, TSConfig]), try run_one_spec(TS, -- cgit v1.2.3