all lists on 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

* [pdm-devel] applied: [PATCH proxmox-datacenter-manager 1/1] ui: pbs tree: remove debug statement
  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 ` Lukas Wagner
  0 siblings, 0 replies; 2+ messages in thread
From: Lukas Wagner @ 2025-11-13 11:58 UTC (permalink / raw)
  To: Proxmox Datacenter Manager development discussion, Stefan Hanreich

On Thu Nov 13, 2025 at 11:51 AM CET, Stefan Hanreich wrote:
> 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) => {


Applied, thanks!

Followed up with a small commit removing a now unneeded trait import
(ExtractPrimaryKey).


_______________________________________________
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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal