fix(cmd/joj3): remove unnecessary log
This commit is contained in:
parent
b767902922
commit
db2abb4bbc
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user