Remove temp debug printf.

merge-requests/1/head
Teuniz 2016-02-08 11:51:21 +01:00
rodzic fce1a5b47f
commit d77325054b
2 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -35,7 +35,7 @@
#define PROGRAM_NAME "DSRemote"
#define PROGRAM_VERSION "0.32_1602081148"
#define PROGRAM_VERSION "0.32_1602081151"
#define MAX_PATHLEN 4096

Wyświetl plik

@ -500,10 +500,6 @@ void UI_Mainwindow::save_memory_waveform()
goto OUT_ERROR;
}
printf("smps_per_record: %i datrecs: %i rec_len: %lli\n", smps_per_record, datrecs, rec_len);
j = 0;
for(chn=0; chn<MAX_CHNS; chn++)