diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py
index 69892a3117bcfc8b44ed91837530d6ab88fda9df..d30bf39498e8cc8de1f95d2529f32a95283bcbcb 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'