Skip to content

Commit 7dc657c

Browse files
author
DogLooksGood
committed
Remove an useless log
1 parent 85d6f77 commit 7dc657c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

transactor/src/server.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ async fn get_latest_checkpoints(params: Params<'_>, context: Arc<ApplicationCont
151151
}
152152

153153
let duration = start.elapsed();
154-
info!("Time elapsed in get_lastest_checkpoints: {:?}", duration.as_millis());
155-
156154
let bs = borsh::to_vec(&result).map_err(|e| RpcError::Call(CallError::Failed(e.into())))?;
157155
Ok(bs)
158156
}

0 commit comments

Comments
 (0)