all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH proxmox 1/1] ini: remove debug statement
@ 2026-04-02  8:10 Stefan Hanreich
  2026-04-02 12:59 ` Wolfgang Bumiller
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Hanreich @ 2026-04-02  8:10 UTC (permalink / raw)
  To: pve-devel

Seems leftover from development and potentially prints sensitive
content (e.g. private keys in wireguard config).

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
---
 proxmox-ini/src/lib.rs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/proxmox-ini/src/lib.rs b/proxmox-ini/src/lib.rs
index 921a92e8..f4162bb0 100644
--- a/proxmox-ini/src/lib.rs
+++ b/proxmox-ini/src/lib.rs
@@ -338,8 +338,6 @@ impl<'a> ser::SerializeMap for IniMapSerializer<'a> {
                 self.ser.buf += &serializer.buf;
             }
             SerializedType::Section => {
-                dbg!(&serializer.buf, &serializer.sections);
-
                 if !serializer.buf.is_empty() {
                     // First, add all top-level entries from the map into a new section,
                     // in case we serialized a map
-- 
2.47.3





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

end of thread, other threads:[~2026-04-02 12:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-02  8:10 [PATCH proxmox 1/1] ini: remove debug statement Stefan Hanreich
2026-04-02 12:59 ` Wolfgang Bumiller

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