aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 01:22:03 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 01:22:03 -0400
commit93d0669b567f7643116d6c12076cfba881acc45b (patch)
tree11dba3e0ac9bbc7029a18da7928d41ec5497afb6
parent47af288e4aca9d646b59dda1ef5704e6150be48c (diff)
downloadfancy-prompt-93d0669b567f7643116d6c12076cfba881acc45b.tar.gz
fancy-prompt-93d0669b567f7643116d6c12076cfba881acc45b.zip
remove debugging
-rw-r--r--src/vcs/git.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vcs/git.rs b/src/vcs/git.rs
index 8442857..d21f332 100644
--- a/src/vcs/git.rs
+++ b/src/vcs/git.rs
@@ -138,7 +138,6 @@ impl GitInfo {
.map(|s| s.strip_prefix("origin/").unwrap_or(s))
.map(String::from)
});
- eprintln!("{:?}", default_branch);
talk_about_time!("default branch");
stop_talking_about_time!();