aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcs/git.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcs/git.rs')
-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!();