diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2017-01-14 16:10:45 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2017-01-14 16:10:45 +0100 |
commit | 55d60ed44a4694b97a96f2193e0346770d41fe0b (patch) | |
tree | 49c5af3135f6e8ac570090ea13b33379eea5ef7b | |
parent | 0e077d5feeb355902ccdf327ea75ad0f46638fd5 (diff) |
Drop code to analyze result while scanning.
-rwxr-xr-x | runcheck | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |