From 4f2355c9d82ae1dc385b92d169b0b87fc998a722 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Thu, 8 Nov 2012 15:45:18 -0800
Subject: [PATCH] remove extra debug

---
 src/plugins/select/linear/select_linear.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/plugins/select/linear/select_linear.c b/src/plugins/select/linear/select_linear.c
index 149f0d428ab..297f07e81bd 100644
--- a/src/plugins/select/linear/select_linear.c
+++ b/src/plugins/select/linear/select_linear.c
@@ -497,9 +497,6 @@ static uint16_t _get_avail_cpus(struct job_record *job_ptr, int index)
 #if SELECT_DEBUG
 	info("host %s HW_ cpus %u boards %u sockets %u cores %u threads %u ",
 	     node_ptr->name, cpus, boards, sockets, cores, threads);
-#else
-	debug("host %s HW_ cpus %u boards %u sockets %u cores %u threads %u ",
-	      node_ptr->name, cpus, boards, sockets, cores, threads);
 #endif
 
 	avail_cpus = slurm_get_avail_procs(
-- 
GitLab