fix(cmd/joj3): remove unnecessary log
All checks were successful
submodules sync / sync (push) Successful in 39s
build / build (push) Successful in 1m22s
build / trigger-build-image (push) Successful in 7s

This commit is contained in:
张泊明518370910136 2024-11-19 04:10:48 -05:00
parent b767902922
commit db2abb4bbc
GPG Key ID: D47306D7062CDA9D

View File

@ -87,7 +87,6 @@ func getSlogAttrs(csvPath string) (attrs []slog.Attr) {
continue
}
actor := row[2]
slog.Info("actor", "actor", actor)
if actor == env.Attr.Actor {
env.Attr.ActorName = row[0]
env.Attr.ActorID = row[1]