diff options
author | 2018-01-29 14:19:36 +0100 | |
---|---|---|
committer | 2018-01-29 13:20:43 +0000 | |
commit | 4394d2bb3a30e2d892a0f19e55dbcb6fb5bc0bc8 (patch) | |
tree | 75c1ec3d96c41c535c318842d8deae6e921e1308 /resources/tools/presentation | |
parent | 3e9ce526ee65882ea5a25d8b814fc94a0431b788 (diff) |
Report: remove memif tests from L2 static content
Change-Id: Id9e9516c53eb26cf4d0cf7c644fc488b7b488b2f
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit ea195d1dd99a65736956c9b97e79ba0367b6206b)
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: |