Skip to content

Commit

Permalink
temporarily removed a log message to make connectum less noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 6, 2024
1 parent b234825 commit 54c68d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/calendar/connectum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ impl APIRequestor {
events
}
Err(e) => {
warn!("cannot download {url} because {e:?}");
// TODO: this measure is to temporarily make the log usefully again until CO accepts my fix
debug!("cannot download {url} because {e:?}");
return Err(e.into());
}
};
Expand Down

0 comments on commit 54c68d1

Please sign in to comment.