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

Commit 9bb7da6

Browse files
authored
Minor change, removing useless print statement
1 parent 350bd8b commit 9bb7da6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openifs.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ int main(int argc, char** argv) {
147147

148148
fprintf(stderr,"app name: %s\n",app_name.c_str());
149149
fprintf(stderr,"version: %s\n",version.c_str());
150-
fprintf(stderr,"result_name: %s\n",result_name.c_str());
151150
}
152151
// Running in standalone
153152
else {

0 commit comments

Comments
 (0)