From 9f40081dbb2ec59f4553cbd9b5c36bcaab213632 Mon Sep 17 00:00:00 2001 From: "Ryan@SOLARIS-DAQ" Date: Tue, 18 Apr 2023 10:49:04 -0400 Subject: [PATCH] remove debug code --- digiSettingsPanel.cpp | 2 +- scope.cpp | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/digiSettingsPanel.cpp b/digiSettingsPanel.cpp index 79b1238..69a0657 100644 --- a/digiSettingsPanel.cpp +++ b/digiSettingsPanel.cpp @@ -1737,7 +1737,7 @@ void DigiSettingsPanel::UpdatePanelFromMemory(bool onlyStatus){ enableSignalSlot = false; if( onlyStatus){ - printf("DigiSettingsPanel::%s Digi-%d [Only Board Status]\n", __func__, digi[ID]->GetSerialNumber()); + //printf("DigiSettingsPanel::%s Digi-%d [Only Board Status]\n", __func__, digi[ID]->GetSerialNumber()); }else{ printf("DigiSettingsPanel::%s Digi-%d\n", __func__, digi[ID]->GetSerialNumber()); } diff --git a/scope.cpp b/scope.cpp index 4034a14..92035a3 100644 --- a/scope.cpp +++ b/scope.cpp @@ -322,20 +322,14 @@ Scope::Scope(Digitizer2Gen **digi, unsigned int nDigi, ReadDataThread ** readDat } Scope::~Scope(){ - - printf("------- %s \n", __func__); - + //printf("------- %s \n", __func__); StopScope(); - - printf("------- A \n"); updateTraceThread->Stop(); updateTraceThread->quit(); updateTraceThread->wait(); delete updateTraceThread; for( int i = 0; i < 6; i++) delete dataTrace[i]; - printf("------- B \n"); delete plot; - printf("------- C \n"); } void Scope::ReadScopeSettings(){