From 4cc852c68a758b3f090249d169caad44d482f254 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Sat, 13 Apr 2019 11:51:55 +0200
Subject: [PATCH] Revert "CI: enable traces"

This reverts commit 8bb73cd31e229fe261ee46e42cb34091bffc8b21.
---
 CI/cdash_handler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CI/cdash_handler.py b/CI/cdash_handler.py
index c52d7e52a2..7a19d5a87f 100644
--- a/CI/cdash_handler.py
+++ b/CI/cdash_handler.py
@@ -29,7 +29,7 @@ import json
 import time
 
 
-trace = True
+trace = False
 
 class Handler:
 # project
-- 
GitLab