Removed stale comment.

This commit is contained in:
Marc Brinkmann 2018-08-27 17:53:34 +02:00
parent 8fe9c171db
commit fef6d9dfe5
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ macro_rules! net_trace {
}
/// Open trace file for writing.
///
/// If not supressed through the `HBBFT_TEST_TRACE` environment variable, opens a logfile for
/// tracing packets.
fn open_trace() -> Result<fs::File, io::Error> {
let mut rng = rand::thread_rng();