Skip to content

Commit

Permalink
glcli: Remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
  • Loading branch information
nepet committed Feb 11, 2025
1 parent 62d25c9 commit 4aac888
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions libs/gl-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@ pub enum Commands {
Node(node::Command),
}

//#[tokio::main]
//async fn main() {
// let cli = Cli::parse();
//
// match run(cli).await {
// Ok(()) => (),
// Err(e) => {
// println!("{}", e);
// }
// }
//}

pub async fn run(cli: Cli) -> Result<()> {
if cli.verbose {
if std::env::var("RUST_LOG").is_err() {
Expand Down

0 comments on commit 4aac888

Please sign in to comment.