Răsfoiți Sursa

mmproxy: Remove spurious error log that was used for debugging

parazyd 2 ani în urmă
părinte
comite
f72d9e9db2
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 2
      bin/darkfi-mmproxy/src/main.rs

+ 0 - 2
bin/darkfi-mmproxy/src/main.rs

@@ -134,8 +134,6 @@ impl MiningProxy {
 #[rustfmt::skip]
 #[rustfmt::skip]
 impl RequestHandler for MiningProxy {
 impl RequestHandler for MiningProxy {
     async fn handle_request(&self, req: JsonRequest) -> JsonResult {
     async fn handle_request(&self, req: JsonRequest) -> JsonResult {
-        error!(target: "mmproxy::rpc", "--> {}", req.stringify().unwrap());
-
         match req.method.as_str() {
         match req.method.as_str() {
             "ping" => self.pong(req.id, req.params).await,
             "ping" => self.pong(req.id, req.params).await,