From 510dda5bf606fc987d7ffae01100a14a84c3bba5 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Tue, 19 Feb 2019 09:03:06 +0100 Subject: [PATCH] v1.2.3.3 CLEAN: remove print in CreateIniStates --- DESCRIPTION | 2 +- NEWS.rmd | 2 +- R/CreateIniStates.R | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 90de8ae3..d7fea5dc 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 ec2b077b..b31e3738 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 afac0acc..a5bc0d09 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) { -- GitLab