From 2e81d280c87844337283f0b4152748a6480dc77e Mon Sep 17 00:00:00 2001 From: Alek Westover Date: Tue, 20 Jun 2023 21:50:52 -0400 Subject: [PATCH] delete comment --- control_plane/src/bin/neon_local.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/control_plane/src/bin/neon_local.rs b/control_plane/src/bin/neon_local.rs index 380fdbc87c..6cdd4b0896 100644 --- a/control_plane/src/bin/neon_local.rs +++ b/control_plane/src/bin/neon_local.rs @@ -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"),