Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Wang <[email protected]>
  • Loading branch information
wangvsa committed Aug 10, 2024
1 parent 58fbcf9 commit fdcd504
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/recorder-summary.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ int main(int argc, char **argv) {
CST* cst = reader_get_cst(&reader, 0);
print_metadata(&reader);
print_statistics(&reader, cst);
printf("here2\n");
fflush(stdout);

if (show_cst) {
print_cst(&reader, cst);
Expand Down

0 comments on commit fdcd504

Please sign in to comment.