From a3a95547942e21c7c6b971a070ce47b36312fd46 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 21 Jan 2019 16:31:15 +0100
Subject: [PATCH] [bootstrap] Decrease verbosity of "conda create"

---
 bob/devtools/bootstrap.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py
index 69892a31..d30bf394 100644
--- a/bob/devtools/bootstrap.py
+++ b/bob/devtools/bootstrap.py
@@ -383,8 +383,8 @@ if __name__ == '__main__':
   conda_build_version = '3'
 
   conda_verbosity = ''
-  if args.verbose >= 2:
-    conda_verbosity = '-v'
+  #if args.verbose >= 2:
+  #  conda_verbosity = '-v'
   if args.verbose >= 3:
     conda_verbosity = '-vv'
 
-- 
GitLab