From 2be1226dfb950c28f59e44dcfd2d494f00daedfe Mon Sep 17 00:00:00 2001 From: Kent Johnson Date: Tue, 24 Aug 2021 14:53:18 -0400 Subject: [PATCH] Remove a `browser()` call... --- R/spatial_maps.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/spatial_maps.R b/R/spatial_maps.R index 61d31f5..3b07cd0 100644 --- a/R/spatial_maps.R +++ b/R/spatial_maps.R @@ -316,7 +316,7 @@ read_background = function(field, view_number, export_path) { '_composite_image.tif', '_composite_image.jpg' ) - browser() + for (ending in image_endings) { background_path = list.files(export_path, full.names=TRUE, recursive=TRUE,