From 2c457eb69f7f7f14fb4a9ac3c7713ef9f9034de9 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Tue, 5 Dec 2017 15:07:29 -0500 Subject: [PATCH] removed debug code --- R/geom-statebins.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geom-statebins.r b/R/geom-statebins.r index 7dfcce9..ebdd281 100644 --- a/R/geom-statebins.r +++ b/R/geom-statebins.r @@ -105,7 +105,7 @@ GeomStatebins <- ggplot2::ggproto("GeomStatebins", ggplot2::Geom, ymin = y - height / 2, ymax = y + height / 2, height = NULL ) -> xdat - saveRDS(xdat, "/tmp/setupdata.rds") + # saveRDS(xdat, "/tmp/setupdata.rds") xdat