diff --git a/src/srun/libsrun/opt.c b/src/srun/libsrun/opt.c
index cef24799a6caeeb21a618ea12b1f13fb7582b092..96da7ca3b9a39d5890c4177c72314ffa62cd8c9f 100644
--- a/src/srun/libsrun/opt.c
+++ b/src/srun/libsrun/opt.c
@@ -1653,8 +1653,10 @@ static void _opt_args(int argc, char **argv)
 			opt.argv[command_pos] = fullpath;
 		}
 	}
-	/* for (i=0; i<opt.argc; i++) */
-	/* 	info("%d is '%s'", i, opt.argv[i]); */
+#if 0
+	for (i=0; i<opt.argc; i++)
+		info("%d is '%s'", i, opt.argv[i]);
+#endif
 }
 
 /*