Skip to content

Commit 5d93628

Browse files
committed
remove dbg
1 parent 58c9ad3 commit 5d93628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎asyncgit/src/sync/sign.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ enum SSHProgram {
173173

174174
impl SSHProgram {
175175
pub fn new(config: &git2::Config) -> Self {
176-
match dbg!(config.get_string("gpg.ssh.program")) {
176+
match config.get_string("gpg.ssh.program") {
177177
Err(_) => Self::Default,
178178
Ok(ssh_program) => {
179179
if ssh_program.is_empty() {

0 commit comments

Comments
 (0)