public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH proxmox-datacenter-manager 1/1] ui: pbs tree: remove debug statement
@ 2025-11-13 10:51 Stefan Hanreich
  2025-11-13 11:58 ` [pdm-devel] applied: " Lukas Wagner
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Hanreich @ 2025-11-13 10:51 UTC (permalink / raw)
  To: pdm-devel

Seems like a leftover from development that slipped through...

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
---
 ui/src/pbs/mod.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui/src/pbs/mod.rs b/ui/src/pbs/mod.rs
index d57e12b..b48e846 100644
--- a/ui/src/pbs/mod.rs
+++ b/ui/src/pbs/mod.rs
@@ -94,7 +94,6 @@ impl LoadableComponent for PbsRemoteComp {
     fn update(&mut self, _ctx: &LoadableComponentContext<Self>, msg: Self::Message) -> bool {
         match msg {
             Msg::SelectedView(pbs_tree_node) => {
-                log::info!("selected: {:?}", pbs_tree_node.extract_key());
                 self.view = pbs_tree_node;
             }
             Msg::ResourcesList(vec) => {
-- 
2.47.3


_______________________________________________
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-11-13 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-13 10:51 [pdm-devel] [PATCH proxmox-datacenter-manager 1/1] ui: pbs tree: remove debug statement Stefan Hanreich
2025-11-13 11:58 ` [pdm-devel] applied: " Lukas Wagner

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