We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c9ad3 commit 5d93628Copy full SHA for 5d93628
asyncgit/src/sync/sign.rs
@@ -173,7 +173,7 @@ enum SSHProgram {
173
174
impl SSHProgram {
175
pub fn new(config: &git2::Config) -> Self {
176
- match dbg!(config.get_string("gpg.ssh.program")) {
+ match config.get_string("gpg.ssh.program") {
177
Err(_) => Self::Default,
178
Ok(ssh_program) => {
179
if ssh_program.is_empty() {
0 commit comments