aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2015-02-14 08:33:57 +0100
committerMarius Halden <marius.h@lden.org>2015-02-14 08:33:57 +0100
commit3a2e5be78bdc8ec77e610d4669fcd997a317c365 (patch)
treecba6f92b1e1d875166cdeaa2bdccfb302bed2db4
parentb88149536dce591db6994c3c3995b289555f658e (diff)
downloadappdrift-stats-3a2e5be78bdc8ec77e610d4669fcd997a317c365.tar.gz
appdrift-stats-3a2e5be78bdc8ec77e610d4669fcd997a317c365.tar.bz2
appdrift-stats-3a2e5be78bdc8ec77e610d4669fcd997a317c365.tar.xz
We don't need to save the scoreboard anymore
-rwxr-xr-xstats.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/stats.pl b/stats.pl
index f054572..b8dde83 100755
--- a/stats.pl
+++ b/stats.pl
@@ -40,11 +40,6 @@ if (!defined($content) || !$content || length $content < 1) {
exit 1;
}
-my $now = `date +%Y%m%d-%H%M%S`;
-open FH, ">$rrd_path/rrd/scoreboard_$now";
-print FH $content;
-close FH;
-
my @content = split /^-+$/m, $content;
shift @content;