This commit is contained in:
Your Name
2025-04-23 22:05:28 +12:00
parent f9b67ff4c0
commit 986b9be2b4
4 changed files with 17 additions and 15 deletions

View File

@ -21,7 +21,6 @@ std::vector<ServerInfo> get_configured_servers() {
std::string servers_dir = get_local_config_servers_path();
if (servers_dir.empty()) {
std::cerr << "Error: Servers directory not found" << std::endl;
return servers;
}