Remove debug logging

develop
John Cosker 2023-02-08 22:41:56 -05:00
parent fed3b4ddb4
commit 27ff6c9649
1 changed files with 0 additions and 4 deletions

@ -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());
}
}
}