diff --git a/src/slurmd/setenvpf.c b/src/slurmd/setenvpf.c
index 0e269c4c3465feeb37af748090766cff46fd884e..de4ea20916dc3cccd61a62b91cb5e581bcbb9a0a 100644
--- a/src/slurmd/setenvpf.c
+++ b/src/slurmd/setenvpf.c
@@ -89,8 +89,6 @@ _extend_env(char ***envp)
 	while (*ep == NULL)
 		--ep;
 
-	info ("resized to %d, last = %s", newcnt, *ep);
-
 	return (++ep);
 }