public inbox for pve-devel@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

* Re: [PATCH proxmox 1/1] ini: remove debug statement
  2026-04-02  8:10 [PATCH proxmox 1/1] ini: remove debug statement Stefan Hanreich
@ 2026-04-02 12:59 ` Wolfgang Bumiller
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Bumiller @ 2026-04-02 12:59 UTC (permalink / raw)
  To: pve-devel, Stefan Hanreich

On Thu, 02 Apr 2026 10:10:18 +0200, Stefan Hanreich wrote:
> ini: remove debug statement

Applied, thanks!

[1/1] ini: remove debug statement
      commit: 09b86a30909778746b8d28140a6a78f1d6811de3





^ 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 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