Skip to content

Commit 8426b74

Browse files
committed
Remove debug print calls
1 parent 149a9f3 commit 8426b74

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

embedded/app/main/badgerloop_HV.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ int init() {
6262
sigaction(SIGINT, &sig, NULL);
6363

6464
/* Start 'black box' data saving */
65-
SetupDataDump();
65+
/* SetupDataDump();*/
6666

6767
return 0;
6868
}

embedded/app/main/badgerloop_LV.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ extern "C"
1212
#include "lv_iox.h"
1313
#include "nav.h"
1414
#include "braking.h"
15-
extern void csvFormatShow();
1615
#include "connStat.h"
1716
#include "proc_iox.h"
1817
#include "imu.h"
@@ -72,8 +71,7 @@ int main() {
7271
brakeSecondaryUnactuate();
7372
data->flags->brakeSecRetr = false;
7473
}
75-
76-
csvFormatShow();
74+
7775
if (data->state != 1 && (!checkTCPStatHV() || !checkTCPStat())) {
7876
printf("ERRS: %d\n", errs);
7977
errs += 1;

0 commit comments

Comments
 (0)