Skip to content

Commit

Permalink
Do not print info when models are found
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Oct 23, 2023
1 parent 4caebb9 commit 9dd0295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/btune_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ static void * load_model(btune_config * config, const char * dirname) {
return NULL;
}
free(model_fname);
printf("INFO: Model files found in the '%s' directory\n", dirname);
//printf("INFO: Model files found in the '%s' directory\n", dirname);

// Build the interpreter with the InterpreterBuilder.
// Note: all Interpreters should be built with the InterpreterBuilder,
Expand Down

0 comments on commit 9dd0295

Please sign in to comment.