diff --git a/workspace/00_get_data.Rmd b/workspace/00_get_data.Rmd
index 8fa7b4b6220d8c36c85a1451a370066d562161ff..8678f8c551d57ef6889e9f2eab8d5009b96a2567 100644
--- a/workspace/00_get_data.Rmd
+++ b/workspace/00_get_data.Rmd
@@ -545,22 +545,6 @@ out_list <- c(out_list, out)
 
 ```
 
-```{r nhdplus_attributes}
-
-out <- list(new_nhdp_atts = file.path("cache", (sb_f <- "enhd_nhdplusatts.csv")))
-
-if(!file.exists(out$new_nhdp_atts)) {
-  if(is.null(sbtools::current_session()))
-    authenticate_sb()
-
-  sbtools::item_file_download("63cb311ed34e06fef14f40a3",
-                              names = sb_f,
-                              destinations = out$new_nhdp_atts)
-}
-
-out_list <- c(out_list, out)
-```
-
 ```{r GFv1.1}
 GFv11_dir <- file.path(data_dir, "GFv11")
 out <- list(GFv11_gages_lyr = file.path(data_dir, "GFv11/GFv11_gages.rds"),