log
This commit is contained in:
parent
1a08ecdbab
commit
4f70354b94
@ -118,7 +118,6 @@ pub fn start() {
|
||||
match websocket.read_message() {
|
||||
Ok(msg) => {
|
||||
let begin = Instant::now();
|
||||
info!("new message");
|
||||
let db_connection = db.get().expect("unable to get db connection");
|
||||
match receive(db_connection, &rpc, msg, &mut websocket) {
|
||||
Ok(_r) => info!("response sent. total duration: {:?}", begin.elapsed()),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user