Skip to content

Commit

Permalink
Merge pull request #535 from rest-for-physics/startup-message-rest-home
Browse files Browse the repository at this point in the history
Remove initialization message on startup
  • Loading branch information
lobis authored Jul 31, 2024
2 parents a1cba19 + b79b6ae commit f90dfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/framework/core/src/startup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ struct __REST_CONST_INIT {
if (_REST_USERHOME == nullptr) {
_REST_USERHOME = getenv("HOME");
} else {
cout << "REST_HOME is set to " << _REST_USERHOME << endl;
// cout << "REST_HOME is set to " << _REST_USERHOME << endl;
// create the directory if it does not exist
std::filesystem::create_directories(_REST_USERHOME);
}
Expand Down

0 comments on commit f90dfa2

Please sign in to comment.