diff --git a/DESCRIPTION b/DESCRIPTION
index 13771a3c3417a794fe1a5825c0b7530a259bcecb..4a9e3e209f70a44ab4e79aaeafb70813915bb35d 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.1.2.34
+Version: 1.1.2.35
 Date: 2019-01-29
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.rmd b/NEWS.rmd
index fed2097923740b12aac35e5506d351bb38ac584b..254dcdaa4175a02bbf12d5c5d9e3aeac21f3d172 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.1.2.34 Release Notes (2019-01-29) 
+### 1.1.2.35 Release Notes (2019-01-29) 
 
 
 
diff --git a/R/CreateInputsCrit.R b/R/CreateInputsCrit.R
index c22396c55ce33dcbc760da23ad1ae6ca2d651d65..d45f4a1cb08ef23143e9ffe2ba11b46a5c4a417a 100644
--- a/R/CreateInputsCrit.R
+++ b/R/CreateInputsCrit.R
@@ -143,8 +143,6 @@ CreateInputsCrit <- function(FUN_CRIT,
       return(NULL)
     }
     if (length(iListArgs2$BoolCrit) != LLL) {
-      print(str(LLL))
-      print(str(iListArgs2$BoolCrit))
       stop("'BoolCrit' and 'InputsModel' series must have the same length \n", call. = FALSE)
       return(NULL)
     }