WIP: commit msg parser #39

Closed
周赵嘉程521432910016 wants to merge 24 commits from commit-parser into master
Showing only changes of commit d8ec7d1d75 - Show all commits

View File

@ -75,7 +75,6 @@ func parseConfFile(path string) (conf Conf, err error) {
slog.Error("validate stages conf", "error", err)
return
}
slog.Error("parse stages conf", "conf", conf)
return
}