summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-11-24 14:49:11 +0200
committerLars Wirzenius <liw@liw.fi>2023-11-24 14:49:11 +0200
commitc0c859eb9f279bcb7e25c5017206b2b9e63917c0 (patch)
tree4881a7a1eb854095f708862e4b83351a2930e631
parent88941483712cc22c8a485945315b785896e14c1a (diff)
downloadnative-ci-simulation-main.tar.gz
drop duplicate progress reportingHEADmain
Signed-off-by: Lars Wirzenius <liw@liw.fi>
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 7549c93..cdba3b5 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -93,8 +93,6 @@ fn report_finished(ci: CiState) {
info!("CI run finished: {}", url);
if let Err(e) = reqwest::blocking::get(&url) {
info!("FAILED to report CI run finished: {}", e);
- } else {
- info!("reported that CI run finished: {}", url);
}
reported += 1;
}