aboutsummaryrefslogtreecommitdiffstats
path: root/runcheck
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2017-01-14 16:10:45 +0100
committerPetter Reinholdtsen <pere@hungry.com>2017-01-14 16:10:45 +0100
commit55d60ed44a4694b97a96f2193e0346770d41fe0b (patch)
tree49c5af3135f6e8ac570090ea13b33379eea5ef7b /runcheck
parent0e077d5feeb355902ccdf327ea75ad0f46638fd5 (diff)
Drop code to analyze result while scanning.
Diffstat (limited to 'runcheck')
-rwxr-xr-xruncheck3
1 files changed, 0 insertions, 3 deletions
diff --git a/runcheck b/runcheck
index 8a5128e..c928e77 100755
--- a/runcheck
+++ b/runcheck
@@ -25,9 +25,6 @@ cat $file | while read url ; do
else
echo found $harfile, not downloading
fi
- if [ -e "$harfile" ] && grep -q google-analytics.com "$harfile" ; then
- echo "NSA/FRA warning for $url"
- fi
;;
esac
done