mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm dbg (#7827)
This commit is contained in:
@ -222,7 +222,6 @@ mod tests {
|
||||
err: impl Into<jsonrpsee_types::error::ErrorObject<'static>>,
|
||||
) {
|
||||
let err = err.into();
|
||||
dbg!(&err);
|
||||
assert_eq!(err.code(), code);
|
||||
assert_eq!(err.message(), message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user