Skip to content

Commit cd16c63

Browse files
committed
disabled excessive emailing in network_helpers for lter, czo
1 parent eb6f9b7 commit cd16c63

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/czo/network_helpers.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ populate_set_details <- function(tracker, prodname_ms, site_code, avail){
115115
s = sites,
116116
c = components)
117117

118-
email_err(msgs = update_msg,
119-
addrs = conf$report_emails,
120-
pw = conf$gmail_pw)
118+
#email_err(msgs = update_msg,
119+
# addrs = conf$report_emails,
120+
# pw = conf$gmail_pw)
121121
}
122122
}
123123

src/lter/network_helpers.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ populate_set_details <- function(tracker, prodname_ms, site_code, avail,
180180
s = sites,
181181
c = components)
182182

183-
email_err(msgs = update_msg,
184-
addrs = conf$report_emails,
185-
pw = conf$gmail_pw)
183+
#email_err(msgs = update_msg,
184+
# addrs = conf$report_emails,
185+
# pw = conf$gmail_pw)
186186
}
187187
}
188188

0 commit comments

Comments
 (0)