]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/commitdiff
Less verbose
authorPiotr Karbowski <piotr.karbowski@gmail.com>
Sat, 21 Sep 2013 06:49:19 +0000 (08:49 +0200)
committerPiotr Karbowski <piotr.karbowski@gmail.com>
Sat, 21 Sep 2013 06:49:19 +0000 (08:49 +0200)
scrape.pl [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
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']);