aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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