Skip to content

Commit

Permalink
Removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Oct 11, 2024
1 parent 88ef5e1 commit bf9a59b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,6 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
String p = N->get();
OS::get_singleton()->set_dynamic_library_search_path(p);
N = N->next();
OS::get_singleton()->print("Library path set to: \"%s\"\n", p.utf8().get_data());
}
} else if (arg == "-u" || arg == "--upwards") { // scan folders upwards
upwards = true;
Expand Down
1 change: 0 additions & 1 deletion platform/macos/os_macos.mm
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@
if (!FileAccess::exists(path)) {
// Load .dylib or framework from a custom location supplied on the command line.
path = get_framework_executable(OS::get_singleton()->get_dynamic_library_search_path().path_join(p_path.get_file()));
OS::get_singleton()->print("trying %s\n", path.utf8().get_data());
}

#ifdef TOOLS_ENABLED
Expand Down

0 comments on commit bf9a59b

Please sign in to comment.