aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_CPTA.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-08-02 09:33:22 +0200
committerTibor Frank <tifrank@cisco.com>2019-08-02 11:06:01 +0200
commit8ac5ba53849699185092d0480cdac0cfaff5e618 (patch)
tree231646989019d7eaaa01f11dd43901814d26360d /resources/tools/presentation/generator_CPTA.py
parent7b1f19c0c338f5d8eb65fb45b57bb5de84398762 (diff)
Trending: Implement retries to requests
Change-Id: Ief9ab61a54cffb529ae3539096121d1f77ee0167 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_CPTA.py')
-rw-r--r--resources/tools/presentation/generator_CPTA.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/tools/presentation/generator_CPTA.py b/resources/tools/presentation/generator_CPTA.py
index 4f722574dd..9780d35488 100644
--- a/resources/tools/presentation/generator_CPTA.py
+++ b/resources/tools/presentation/generator_CPTA.py
@@ -327,8 +327,6 @@ def _generate_all_charts(spec, input_data):
logs = list()
- logging.info(" Generating the chart '{0}' ...".
- format(graph.get("title", "")))
logs.append(("INFO", " Generating the chart '{0}' ...".
format(graph.get("title", ""))))