fix: remove typo log
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
张泊明518370910136 2024-09-19 19:13:48 -04:00
parent f4bc61654c
commit d8ec7d1d75
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
} }