diff --git a/src/srun/srun_job.c b/src/srun/srun_job.c index 3fbd3f72cc682c01b5ddca430d78b4a9de9b1bae..6a79a35db5dc42f91e48f7a372ce3f43bea35059 100644 --- a/src/srun/srun_job.c +++ b/src/srun/srun_job.c @@ -431,7 +431,6 @@ _compute_task_count(allocation_info_t *ainfo) #if defined HAVE_BGQ //#if defined HAVE_BGQ && HAVE_BG_FILES /* always return the ntasks here for Q */ - info("returning %d", opt.ntasks); return opt.ntasks; #endif if (opt.cpus_set) {