chore: remove extra logs
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-12 14:35:35 +02:00
parent 5548d8e36e
commit 874045dca8
8 changed files with 21 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
use std::net::SocketAddr;
use clap::{Parser, Subcommand};
use hyperlog_tui::{commander, core_state::State, state};
use hyperlog_tui::{commander, core_state::State};
#[derive(Parser)]
#[command(author, version, about, long_about = None)]