Remove debug logging

develop
John Cosker 2023-02-08 22:42:28 -05:00 committed by GitHub
parent cf51054f86
commit d27041e206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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());
}
}
}