Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
refactor: drop unused function ci_event_source_eof
Lars Wirzenius committed 1 year ago
commit b73d00df9dfdb5c5679ee04b886d21365ab6b7b2
parent c22a12f
1 file changed +0 -10
modified src/logger.rs
@@ -122,7 +122,6 @@ enum Id {
    CiEventSourceCreated,
    CiEventSourceDisconnected,
    CiEventSourceEnd,
-
    CiEventSourceEndOfFile,
    CiEventSourceGotEvents,
    CibConfig,
    CibEndFailure,
@@ -381,15 +380,6 @@ pub fn ci_event_source_end() {
    );
}

-
pub fn ci_event_source_eof(source: &CiEventSource) {
-
    info!(
-
        msg_id = ?Id::CiEventSourceEndOfFile,
-
        kind = %Kind::Debug,
-
        ?source,
-
        "CI event source end of file"
-
    );
-
}
-

pub fn loaded_config(config: &Config) {
    debug!(
        msg_id = ?Id::CibConfig,