From 071ecb491c8b1a0b988b9caa4b4f275c43efe59e Mon Sep 17 00:00:00 2001 From: Book Moons <35854232+bookmoons@users.noreply.github.com> Date: Thu, 29 Aug 2019 03:23:12 -0400 Subject: [PATCH] fuzz: Remove API key requirement Prevents use of public corpus without API key. --- fuzzit.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fuzzit.sh b/fuzzit.sh index 1daa39c..90e823e 100755 --- a/fuzzit.sh +++ b/fuzzit.sh @@ -6,10 +6,6 @@ if [ "$#" -ne 1 ]; then echo "Usage: $0 " exit 1 fi -if [ -z "$FUZZIT_API_KEY" ]; then - echo "Set FUZZIT_API_KEY to your Fuzzit API key" - exit 2 -fi # Configure ROOT=./server