From 781e009882a60603e6995f5f0c945d147668f586 Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Fri, 15 Feb 2019 12:08:01 +0100
Subject: [PATCH] [preprocessor] removed verbosity level as  parameter to
 FaceCropAlign

---
 bob/pad/face/preprocessor/FaceCropAlign.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bob/pad/face/preprocessor/FaceCropAlign.py b/bob/pad/face/preprocessor/FaceCropAlign.py
index d434a47b..387e7681 100644
--- a/bob/pad/face/preprocessor/FaceCropAlign.py
+++ b/bob/pad/face/preprocessor/FaceCropAlign.py
@@ -530,8 +530,7 @@ class FaceCropAlign(Preprocessor):
                  face_detection_method=None,
                  min_face_size=None,
                  normalization_function=None,
-                 normalization_function_kwargs = None,
-                 verbosity_level=2):
+                 normalization_function_kwargs = None):
 
         Preprocessor.__init__(self, face_size=face_size,
                               rgb_output_flag=rgb_output_flag,
-- 
GitLab