Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Minor change, removing useless print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
abowery authored Jul 12, 2022
1 parent 350bd8b commit 9bb7da6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openifs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ int main(int argc, char** argv) {

fprintf(stderr,"app name: %s\n",app_name.c_str());
fprintf(stderr,"version: %s\n",version.c_str());
fprintf(stderr,"result_name: %s\n",result_name.c_str());
}
// Running in standalone
else {
Expand Down

0 comments on commit 9bb7da6

Please sign in to comment.