From e4578506d7ba72a194cbf996f143e63403dbbf2e Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 23 Feb 2019 21:37:58 -0800
Subject: [PATCH] Remove inaccurate notification

---
 scripts/build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/build.sh b/scripts/build.sh
index ea3678c..2b87f7b 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
-- 
GitLab