fix: remove typo log

This commit is contained in:
张泊明518370910136 2024-09-19 19:13:48 -04:00
parent d597c73dd2
commit 2291264df0
GPG Key ID: D47306D7062CDA9D

View File

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