dwarfvet: remove console spam when plugin is enabled but no hospitals exist

develop
Ben Lubar 2021-03-07 14:59:30 -06:00
parent 6d1bd62af9
commit 4aaa54c056
No known key found for this signature in database
GPG Key ID: 92939677AB59EDA4
1 changed files with 1 additions and 3 deletions

@ -524,9 +524,7 @@ void tickHandler(color_ostream& out, void* data) {
}
if (!count_of_hospitals && !hospitals_cached) {
// No hospitals found, delete any cache, and return
delete_animal_hospital_vector(out);
out.print("No hospitals found, plugin sleeping ...\n");
// No hospitals found, cache is empty, just return
goto cleanup;
}