Skip to content

Commit

Permalink
chore: Remove logging of DHT status in HolochainService constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
fayeed committed Jul 12, 2024
1 parent 7ed970d commit ddbe9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-executor/src/js_core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl JsCoreHandle {

let response = response_rx.await?;

info!("Got response: {:?}", response);
// info!("Got response: {:?}", response);

response
.result
Expand Down

0 comments on commit ddbe9ee

Please sign in to comment.