diff --git a/main.c b/main.c index 2d1d0ad0..a16b8ae2 100644 --- a/main.c +++ b/main.c @@ -1872,8 +1872,9 @@ void get_tlm_fox() { } else printf("Error opening command_count.txt!\n"); fclose(command_count_file); + - // printf("Command count: %d\n", groundCommandCount); + printf("Command count: %d\n", groundCommandCount); int simulated; simulated = sim_mode; if (failureMode != FAIL_NONE) {