diff --git a/scripts/build.sh b/scripts/build.sh
index ea3678cab3e75e77965337da0337ab55b96cc0cd..2b87f7b4a4e125d1f3b88bfde62aa94336a11260 100644
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -104,7 +104,6 @@ cd "$NGINX_SRC_DIR" || exit 1
 # Build nginx
 echo ""
 echo "BUILDING NGINX"
-echo "Using $(nproc) jobs"
 make
 
 if [[ ! -f "$NGINX_SRC_DIR/objs/nginx" ]]; then