Skip to content

Commit

Permalink
remove playground enabled log
Browse files Browse the repository at this point in the history
Co-authored-by: Harry Solovay <[email protected]>
  • Loading branch information
piotr-iohk and harrysolovay authored Sep 27, 2024
1 parent 25dbb12 commit 3cd1eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ impl ServeCommand {
.with_state(Arc::new(mina_mesh));
if self.playground {
router = router.route("/", get(handle_playground));
tracing::info!("playground enabled");
}
let listener = TcpListener::bind(format!("{}:{}", self.host, self.port)).await?;
tracing::info!("listening on http://{}", listener.local_addr()?);
Expand Down

0 comments on commit 3cd1eca

Please sign in to comment.