diff --git a/DESCRIPTION b/DESCRIPTION
index ed6ba35a9e2a76849542ffcebbdd5d767bb5fde4..70b5170a3e58391e31b4bc09ea3f8529468ee12b 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.16.18
+Version: 1.2.16.19
 Date: 2019-06-06
 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 5410c61554eefcdb3a6e5f90a1e229ed6c52e289..06ab20cab123c751f3f36c659de968cea04fdd49 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.2.16.18 Release Notes (2019-06-06)
+### 1.2.16.19 Release Notes (2019-06-06)
 
 
 #### New features
diff --git a/R/plot.OutputsModel.R b/R/plot.OutputsModel.R
index c9f8459da2d55b18e1f9623cc46c95df5b880bef..cf91f056458c34b38aa1ae5c6db03e030f35a40b 100644
--- a/R/plot.OutputsModel.R
+++ b/R/plot.OutputsModel.R
@@ -286,21 +286,6 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
       }
 
       iPlotMax <- iPlot
-      
-      # isRStudio <- Sys.getenv("RSTUDIO") == "1";
-      # if (!isRStudio) {
-      #   if (Sum1 == 1 & Sum2 == 0) {width = 10; height = 05;}
-      #   if (Sum1 == 1 & Sum2 != 0) {width = 10; height = 07;}
-      #   if (Sum1 == 2 & Sum2 == 0) {width = 10; height = 05;}
-      #   if (Sum1 == 2 & Sum2 != 0) {width = 10; height = 07;}
-      #   if (Sum1 == 3 & Sum2 == 0) {width = 10; height = 07;}
-      #   if (Sum1 == 3 & Sum2 != 0) {width = 10; height = 10;}
-      #   if (Sum1 == 0 & Sum2 == 1) {width = 05; height = 05;}
-      #   if (Sum1 == 0 & Sum2 == 2) {width = 10; height = 04;}
-      #   if (Sum1 == 0 & Sum2 == 3) {width = 10; height = 03;}
-      #   dev.new(width = width, height = height)
-      #}
-      
       LayoutWidths  <- rep.int(1, ncol(matlayout))
       LayoutHeights <- iHght #rep.int(1, nrow(matlayout))
     }