chore: remove extra logs
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-12 14:35:35 +02:00
parent 5548d8e36e
commit 874045dca8
8 changed files with 21 additions and 14 deletions

View File

@@ -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);
}
}