Skip to content

Commit 4aac888

Browse files
committed
glcli: Remove dead code
Signed-off-by: Peter Neuroth <[email protected]>
1 parent 62d25c9 commit 4aac888

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

libs/gl-cli/src/lib.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,6 @@ pub enum Commands {
3737
Node(node::Command),
3838
}
3939

40-
//#[tokio::main]
41-
//async fn main() {
42-
// let cli = Cli::parse();
43-
//
44-
// match run(cli).await {
45-
// Ok(()) => (),
46-
// Err(e) => {
47-
// println!("{}", e);
48-
// }
49-
// }
50-
//}
51-
5240
pub async fn run(cli: Cli) -> Result<()> {
5341
if cli.verbose {
5442
if std::env::var("RUST_LOG").is_err() {

0 commit comments

Comments
 (0)