remove a debug log

This commit is contained in:
Bryan Stitt 2023-03-21 21:22:16 -07:00
parent d992bb2dc9
commit 5465d927b4

View File

@ -1026,7 +1026,7 @@ impl Web3Rpcs {
drop(consensus);
// TODO: remove this, or move to trace level
debug!("{}", serde_json::to_string(&request).unwrap());
// debug!("{}", serde_json::to_string(&request).unwrap());
} else {
// TODO: warn? debug? trace?
warn!(