diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-01-29 14:19:36 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-01-29 14:19:36 +0100 |
commit | ea195d1dd99a65736956c9b97e79ba0367b6206b (patch) | |
tree | 744315bb94fc9e5585d001938874e51838776863 /resources/tools/presentation | |
parent | 936e3c5f192cac6666f1f60919c990648ebeb80b (diff) |
Report: remove memif tests from L2 static content
Change-Id: Id9e9516c53eb26cf4d0cf7c644fc488b7b488b2f
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 22d8ea697e..f621c56d99 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -353,7 +353,6 @@ def table_performance_comparison(table, input_data): # Transform the data data = input_data.filter_data(table) - logging.info(data) # Prepare the header of the tables try: |