From bd35281418a813d4bacda40664a813b79f696854 Mon Sep 17 00:00:00 2001
From: Kaysa Vaarre-Lamoureux <kvaarre-lamoureux@usgs.gov>
Date: Fri, 14 Mar 2025 11:08:35 -0400
Subject: [PATCH] remove unnecessary comments

---
 findex/_targets.R | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/findex/_targets.R b/findex/_targets.R
index 9f4e0ae..4d9fc2f 100644
--- a/findex/_targets.R
+++ b/findex/_targets.R
@@ -249,11 +249,9 @@ p3 <- list(
                                     threat_category = p2_threat_categories)  + 
         theme(legend.position = "none")
       
-      # change to actual directory once design is finalized --------------------
       ggsave(sprintf("../src/assets/images/%s_threat_by_basin.png", str_replace_all(p2_threat_categories, " ", "_")), 
              final_plot, height = 6, width = 10, dpi = 300)
       
-      # change to actual directory once design is finalized --------------------
       knitr::plot_crop(sprintf("../src/assets/images/%s_threat_by_basin.png", str_replace_all(p2_threat_categories, " ", "_")))
     },
     format = "file",
@@ -269,11 +267,9 @@ p3 <- list(
                                     threat_category = "none")  + 
         theme(legend.position = "none")
       
-      # change to actual directory once design is finalized --------------------
       ggsave("../src/assets/images/all_threat_by_basin.png", 
              final_plot, height = 6, width = 10, dpi = 300)
       
-      # change to actual directory once design is finalized --------------------
       knitr::plot_crop("../src/assets/images/all_threat_by_basin.png")
     },
     format = "file"
-- 
GitLab