[pdm-devel] [PATCH datacenter-manager 1/2] ui: remote endpoint selector: remove leftover debug log
Dominik Csapak
d.csapak at proxmox.com
Fri Jun 6 09:23:52 CEST 2025
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
ui/src/widget/remote_endpoint_selector.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/ui/src/widget/remote_endpoint_selector.rs b/ui/src/widget/remote_endpoint_selector.rs
index 779d98c..f7e0fac 100644
--- a/ui/src/widget/remote_endpoint_selector.rs
+++ b/ui/src/widget/remote_endpoint_selector.rs
@@ -84,7 +84,6 @@ impl Component for PdmEndpointSelector {
fn changed(&mut self, ctx: &yew::Context<Self>, old_props: &Self::Properties) -> bool {
if ctx.props().remote != old_props.remote {
- log::info!("{} {}", ctx.props().remote, old_props.remote);
self.update_endpoint_list(ctx);
}
true
--
2.39.5
More information about the pdm-devel
mailing list