public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager 1/2] ui: remote endpoint selector: remove leftover debug log
@ 2025-06-06  7:23 Dominik Csapak
  2025-06-06  7:23 ` [pdm-devel] [PATCH datacenter-manager 2/2] ui: use on_activate for buttons Dominik Csapak
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2025-06-06  7:23 UTC (permalink / raw)
  To: pdm-devel

Signed-off-by: Dominik Csapak <d.csapak@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



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-06  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-06  7:23 [pdm-devel] [PATCH datacenter-manager 1/2] ui: remote endpoint selector: remove leftover debug log Dominik Csapak
2025-06-06  7:23 ` [pdm-devel] [PATCH datacenter-manager 2/2] ui: use on_activate for buttons Dominik Csapak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal