summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--foostats.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/foostats.pl b/foostats.pl
index 042da0d..a7b7524 100644
--- a/foostats.pl
+++ b/foostats.pl
@@ -306,7 +306,6 @@ package Foostats::Outputter {
say "Dumping $path";
open my $fd, '>', "$path.tmp" or die "$path.tmp: $!";
- print $fd encode_json($stats) . "\n";
close $fd;
rename "$path.tmp", $path or die "$path.tmp: $!";