Commit dcc76033 authored by Benjamin Blanc's avatar Benjamin Blanc

benchmark/performance_tester: remove useless print

parent 46cc78ed
......@@ -170,8 +170,6 @@ class PerformanceTester(object):
namespace.benchmark_suite_list = namespace.benchmark_suite_list[0].split(" ")
object_benchmark_suite_list = []
print "namespace.benchmark_suite_list:"
print namespace.benchmark_suite_list
for benchmark_suite in namespace.benchmark_suite_list:
object_benchmark_suite_list.append(ArgumentType.objectFromModule(benchmark_suite,
callable_object=True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment