Skip to content

Commit

Permalink
remove unnecessary warning when pdus are send properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolopanis committed Mar 15, 2024
1 parent 80bee20 commit 5c09436
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cfdp-daemon/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,6 @@ impl<T: FileStore + Send + Sync + 'static> Daemon<T> {
)));
}
};
} else {
warn!(
"No Transport available for EntityID: {}. Skipping Transaction creation.",
transport_entity
)
}

Ok(())
Expand Down

0 comments on commit 5c09436

Please sign in to comment.