From 0d9560fa049ac6c92de474591e3c411f570c2c15 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 7 May 2019 13:34:36 +0200 Subject: [PATCH] remove print for testing --- plots.R | 1 - 1 file changed, 1 deletion(-) diff --git a/plots.R b/plots.R index 1af3cf5..552d8dc 100644 --- a/plots.R +++ b/plots.R @@ -42,7 +42,6 @@ getPlot <- function(data,name, release, colourPalette="default") { colours <- defaultColours if (colourPalette == "colorblind") { - print(colourPalette) colours <- colorblindColors }