Remove comments about live RAM capture

Removed commented-out code explaining live RAM capture.
This commit is contained in:
Kellermorph
2026-04-05 09:09:51 +02:00
committed by GitHub
parent bc9173d726
commit a45a7d4e4d

View File

@@ -218,9 +218,6 @@ void WiringListExport::toCsv()
{ {
if (!m_project) return; 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(); QDomDocument doc = m_project->toXml();
if (doc.isNull()) { if (doc.isNull()) {