diff --git a/DESCRIPTION b/DESCRIPTION
index 90de8ae3715dee3af7f6570c5a5988a582372eb4..d7fea5dcba329129f702f624fa57600cacfb5a02 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.2.3.2
+Version: 1.2.3.3
 Date: 2019-02-19
 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 ec2b077b11494cb706e1e4ef84a3f9faa9862f91..b31e37385e7bb2c20ba2f497ed25fe263483db36 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.2.3.2 Release Notes (2019-02-19) 
+### 1.2.3.32 Release Notes (2019-02-19) 
 
 
 
diff --git a/R/CreateIniStates.R b/R/CreateIniStates.R
index afac0acc82619d45fb74856dbe339aeb0eda2a38..a5bc0d095ccf847f09fd3c7a3a51ab891bd60176 100644
--- a/R/CreateIniStates.R
+++ b/R/CreateIniStates.R
@@ -200,7 +200,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) {