delete comment

This commit is contained in:
Alek Westover
2023-06-20 21:50:52 -04:00
parent f9700c8bb9
commit 2e81d280c8

View File

@@ -89,8 +89,6 @@ struct TimelineTreeEl {
fn main() -> Result<()> {
let matches = cli().get_matches();
std::fs::write("alek/neon_local", "Ihavearrived")?;
let (sub_name, sub_args) = match matches.subcommand() {
Some(subcommand_data) => subcommand_data,
None => bail!("no subcommand provided"),