diff --git a/client/cs_files.cpp b/client/cs_files.cpp index 5dea0082a1a..de241e074c7 100644 --- a/client/cs_files.cpp +++ b/client/cs_files.cpp @@ -111,14 +111,8 @@ int CLIENT_STATE::make_project_dirs() { continue; } msg_printf(0, MSG_INFO, - "%s is not a project dir - removing", path + "%s is not a project directory", path ); - if (is_dir(path)) { - clean_out_dir(path); - boinc_rmdir(path); - } else { - boinc_delete_file(path); - } } return 0;