chore: remove extra logs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -31,7 +31,6 @@ impl IntoCommand for BatchCommand {
|
||||
for command in self.commands {
|
||||
let msg = command.execute(dispatch.clone());
|
||||
if let Some(msg) = msg {
|
||||
tracing::info!("executing batch command for msg: {:?}", msg);
|
||||
dispatch.send(msg);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user