Skip to content

Commit

Permalink
remove initialization message on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Jul 29, 2024
1 parent a1cba19 commit b79b6ae
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 b79b6ae

Please sign in to comment.