Skip to content

Commit

Permalink
Remove debug comments
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Wang <[email protected]>
  • Loading branch information
wangvsa committed Jan 6, 2025
1 parent 19c5d06 commit 13f2198
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/recorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
*
*/
#define RECORDER_INTERCEPTOR_PROLOGUE_CORE(ret, func, real_args) \
/*printf("chen intercept %s\n", #func);*/\
/*fflush(stdout);*/\
Record *record = recorder_malloc(sizeof(Record)); \
record->func_id = get_function_id_by_name(#func); \
record->tid = recorder_gettid(); \
Expand Down

0 comments on commit 13f2198

Please sign in to comment.