diff --git a/DESCRIPTION b/DESCRIPTION
index fdd44968a42a9dd0adc19073d25f12d08cff8e61..10fb72877f21fe306524c41463963c6d5eea1da4 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.1.2.41
-Date: 2019-01-30
+Version: 1.1.2.42
+Date: 2019-02-19
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
   person("Charles", "Perrin", role = c("aut", "ths"), comment = c(ORCID = "0000-0001-8552-1881")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 3fe4bbb1e60249582c6a792973e6a658560c702d..26a690c1a605144363c326604be9f60b3b6a89f8 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.1.2.41 Release Notes (2019-01-30) 
+### 1.1.2.42 Release Notes (2019-02-19)
 
 
 
diff --git a/R/CreateIniStates.R b/R/CreateIniStates.R
index 85bd8ad6f2075fff7968bb3429fc2543d607950f..384f4ad8f90b37eb118b79f875531a879dbc0882 100644
--- a/R/CreateIniStates.R
+++ b/R/CreateIniStates.R
@@ -193,7 +193,6 @@ CreateIniStates <- function(FUN_MOD, InputsModel,
   
   ## check length
   if (!is.numeric(ProdStore) || length(ProdStore) != 1L) {
-    print(ProdStore)
     stop("'ProdStore' must be numeric of length one")
   }
   if (!is.numeric(RoutStore) || length(RoutStore) != 1L) {