Skip to content

Commit 2b6369b

Browse files
committed
..
1 parent 18449f6 commit 2b6369b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

yazi-fm/src/main.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ yazi_macro::mod_flat!(context executor logs panic root router signals term);
1010

1111
#[tokio::main]
1212
async fn main() -> anyhow::Result<()> {
13-
// let d = yazi_shared::osstr_starts_with(
14-
// String::from_utf8(vec![50, 84])?,
15-
// String::from_utf8(vec![50, 116])?,
16-
// true,
17-
// );
18-
// dbg!(d);
19-
// return Ok(());
20-
2113
Panic::install();
2214
yazi_shared::init();
2315

0 commit comments

Comments
 (0)