Skip to content

Commit

Permalink
debug code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Jan 23, 2024
1 parent 98277b0 commit 581f765
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/zenoh-plugin-storage-manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,7 @@ impl RunningPluginTrait for StorageRuntime {
let name = { zlock!(self.0).name.clone() };
let old = PluginConfig::try_from((&name, old))?;
let new = PluginConfig::try_from((&name, new))?;
log::info!("old: {:?}", &old);
log::info!("new: {:?}", &new);
let diffs = ConfigDiff::diffs(old, new);
log::info!("diff: {:?}", &diffs);
{ zlock!(self.0).update(diffs) }?;
Ok(None)
}
Expand Down

0 comments on commit 581f765

Please sign in to comment.