From: Piotr Karbowski Date: Sat, 21 Sep 2013 06:49:19 +0000 (+0200) Subject: Less verbose X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625eeaf55e30adaacff54d27d8f48da0b2ffabce;p=thirdparty%2Fgrsecurity-scrape.git Less verbose --- diff --git a/scrape.pl b/scrape.pl old mode 100644 new mode 100755 index 78a2a1a..3b44065 --- a/scrape.pl +++ b/scrape.pl @@ -9,7 +9,6 @@ use Cwd 'abs_path'; my $script_dir = abs_path(dirname(__FILE__)); -print("Getting rss feed ...\n"); my $feed_raw = get("https://grsecurity.net/testing_rss.php"); my $feed = XMLin($feed_raw, ForceArray => ['item']);