From a45a7d4e4d08976ef0f0728b8ad44640e9104c8b Mon Sep 17 00:00:00 2001 From: Kellermorph Date: Sun, 5 Apr 2026 09:09:51 +0200 Subject: [PATCH] Remove comments about live RAM capture Removed commented-out code explaining live RAM capture. --- sources/wiringlistexport.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sources/wiringlistexport.cpp b/sources/wiringlistexport.cpp index 303e2aab2..48f53866d 100644 --- a/sources/wiringlistexport.cpp +++ b/sources/wiringlistexport.cpp @@ -218,9 +218,6 @@ void WiringListExport::toCsv() { if (!m_project) return; - // --- LIVE RAM-ABGRIFF --- - // Generiert den aktuellen Arbeitsspeicher-Stand als XML Dokument, - // OHNE auf die Festplatte zu speichern! Keine Latenz, keine ungespeicherten Daten. QDomDocument doc = m_project->toXml(); if (doc.isNull()) {