From: Andrew Ruthven Date: Tue, 8 Nov 2016 10:10:17 +0000 (+1300) Subject: Remove unneeded line X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=705c7affec4936c793448cbbd3d2dffabe824b5d;p=calendar-busy.git Remove unneeded line --- diff --git a/calendar-busy.pl b/calendar-busy.pl index eda87d7..800334d 100755 --- a/calendar-busy.pl +++ b/calendar-busy.pl @@ -40,7 +40,6 @@ for my $line (split(/\n/, $freebusy)) { ); $calendar->add_entry($event); - $count++; } say $calendar->as_string;