diff --git a/src/plugins/select/bluegene/block_allocator/block_allocator.c b/src/plugins/select/bluegene/block_allocator/block_allocator.c
index bd46b7944de5f5be07dfcc75c1e58086afd90bf3..f26a353024b0d0b5bfe7fed4fa186ea0e8f5d49b 100644
--- a/src/plugins/select/bluegene/block_allocator/block_allocator.c
+++ b/src/plugins/select/bluegene/block_allocator/block_allocator.c
@@ -821,7 +821,7 @@ extern void ba_init(node_info_msg_t *node_info_ptr)
 				DIM_SIZE[Z] = 0;
 				goto node_info_error;
 			}
-			printf("name = %s\n", node_ptr->name);
+
 			numeric = node_ptr->name;
 			while (numeric) {
 				if (numeric[0] < '0' || numeric[0] > 'Z'