From 27ff6c9649553fc9f3c9291a95a6e0c75fba638c Mon Sep 17 00:00:00 2001 From: John Cosker Date: Wed, 8 Feb 2023 22:41:56 -0500 Subject: [PATCH] Remove debug logging --- plugins/autoslab.cpp | 4 ---- 1 file changed, 4 deletions(-) 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()); - } } }