Skip to content
Snippets Groups Projects
Commit 4f2355c9 authored by Danny Auble's avatar Danny Auble
Browse files

remove extra debug

parent 32e87522
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment