diff --git a/plugins/autoslab.cpp b/plugins/autoslab.cpp index 5f9c0732a..ec40227cd 100644 --- a/plugins/autoslab.cpp +++ b/plugins/autoslab.cpp @@ -223,10 +223,6 @@ static void checkslabs(color_ostream &out) auto fullName = get_first_name(ghost) + " " + get_last_name(ghost); out.print("Added slab order for ghost %s\n", fullName.c_str()); } - else { - auto fullName = get_first_name(ghost) + " " + get_last_name(ghost); - out.print("%s doesn't need slab\n", fullName.c_str()); - } } }