Skip to content

Commit 3ce6021

Browse files
committed
Remove unwanted println
1 parent f4c4387 commit 3ce6021

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mithril-aggregator/src/http_server/routes/epoch_routes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ mod handlers {
5555
protocol_parameters,
5656
next_protocol_parameters,
5757
};
58-
println!("EpochSettings={epoch_settings:?}");
5958
let epoch_settings_message =
6059
ToEpochSettingsMessageAdapter::adapt(epoch_settings);
6160
Ok(reply::json(&epoch_settings_message, StatusCode::OK))

0 commit comments

Comments
 (0)