Remove unneeded output
This commit is contained in:
parent
3c7a1dc3c1
commit
a4901b9ae7
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ import (
|
||||||
func CreateZet(title string) {
|
func CreateZet(title string) {
|
||||||
zid := newZid()
|
zid := newZid()
|
||||||
|
|
||||||
fmt.Println(title, zid)
|
|
||||||
|
|
||||||
path := path.Join(GetZetDir(), strconv.Itoa(zid))
|
path := path.Join(GetZetDir(), strconv.Itoa(zid))
|
||||||
|
|
||||||
os.Mkdir(path, 0750)
|
os.Mkdir(path, 0750)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue