1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-07 02:10:26 +00:00

Do not print the git dir path

This commit is contained in:
Timur Ismagilov 2022-05-20 12:22:44 +03:00
parent afb5c22c40
commit 4035d4253a

View File

@ -38,7 +38,6 @@ func main() {
log.Fatal(err) log.Fatal(err)
} }
log.Println("Wiki directory is", cfg.WikiDir) log.Println("Wiki directory is", cfg.WikiDir)
log.Println("Using Git storage at", files.HyphaeDir())
// Init the subsystems: // Init the subsystems:
viewutil.Init() viewutil.Init()