Worker: reduce double logging
Remove double logging of 'command exited succesfully' message.
This commit is contained in:
parent
fe26a026e6
commit
8ae0bc37dd
@ -71,7 +71,6 @@ func (ce *CommandExecutor) cmdBlenderRender(ctx context.Context, logger zerolog.
|
||||
return subprocessErr
|
||||
}
|
||||
|
||||
logger.Info().Msg("command exited succesfully")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,6 @@ func (ce *CommandExecutor) cmdExec(ctx context.Context, logger zerolog.Logger, t
|
||||
return subprocessErr
|
||||
}
|
||||
|
||||
logger.Info().Msg("command exited succesfully")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
@ -56,7 +56,6 @@ func (ce *CommandExecutor) cmdFramesToVideo(ctx context.Context, logger zerolog.
|
||||
return subprocessErr
|
||||
}
|
||||
|
||||
logger.Info().Msg("command exited succesfully")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user