Skip to content

Commit

Permalink
Removing debug messages from OTF2 listener
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Oct 16, 2024
1 parent fba41a9 commit fbd4d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apex/otf2_listener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ namespace apex {
}

bool otf2_listener::create_archive(void) {
printf("Enter %s\n", __func__);
//printf("Enter %s\n", __func__);
/* only one thread per process allowed in here, ever! */
write_lock_type lock(_archive_mutex);
/* only open once! */
Expand Down Expand Up @@ -535,7 +535,7 @@ namespace apex {
/* open the event files for this archive */
OTF2_EC(OTF2_Archive_OpenEvtFiles( archive ));
created = true;
printf("Exit %s\n", __func__);
//printf("Exit %s\n", __func__);
return created;
}

Expand Down

0 comments on commit fbd4d84

Please sign in to comment.