Skip to content

Commit 28baa82

Browse files
committed
go lib: Remove useless print statement
1 parent fed09b0 commit 28baa82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gitjournal.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ func gitFetch(remote string, directory string, privateKey []byte, password strin
7070
}
7171
publicKeys.HostKeyCallback = stdssh.InsecureIgnoreHostKey()
7272

73-
fmt.Println("git fetch", directory)
7473
r, err := git.PlainOpen(directory)
7574
if err != nil {
7675
return err

0 commit comments

Comments
 (0)