From 87552c5c95a2c34db8bd492bf73773ada9fe9669 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 6 Feb 2011 09:14:14 +0100 Subject: [PATCH] Remove step check --- git-chart | 2 -- 1 file changed, 2 deletions(-) diff --git a/git-chart b/git-chart index ef5e062..ffd7e67 100755 --- a/git-chart +++ b/git-chart @@ -311,6 +311,4 @@ if (@ARGV) { $options{cmdline} = \@ARGV; } -die "step must be strictly positive!" if defined $options{step} and not $options{step} > 0; - $options{plotter}->(\%options); -- 2.32.0.93.g670b81a890