Remove unneeded output

This commit is contained in:
Oliver Davies 2025-09-30 23:15:36 +01:00
parent 3c7a1dc3c1
commit a4901b9ae7

View file

@ -16,8 +16,6 @@ import (
func CreateZet(title string) {
zid := newZid()
fmt.Println(title, zid)
path := path.Join(GetZetDir(), strconv.Itoa(zid))
os.Mkdir(path, 0750)