From 0f80675911a0c9be719c49aadbbf659945f17bd5 Mon Sep 17 00:00:00 2001
From: Stacy DeRuiter <stacy.lynn.deruiter@gmail.com>
Date: Tue, 20 Feb 2024 22:35:07 -0500
Subject: [PATCH] more extract rls

---
 R/extract_rls.R | 1 -
 1 file changed, 1 deletion(-)

diff --git a/R/extract_rls.R b/R/extract_rls.R
index f701198..b2ad2bd 100644
--- a/R/extract_rls.R
+++ b/R/extract_rls.R
@@ -268,7 +268,6 @@ rl_output <- dplyr::bind_rows(mfa_pings, echo_pings, explos_pings) |>
                  st) |>
   dplyr::mutate(BB_RMS = ifelse(is.infinite(BB_RMS), NA, BB_RMS)) |>
   dplyr::rename(TagID = depid,
-                signal = signal_type,
                 duration = dur,
                 sec_since_tagon = st)