summaryrefslogtreecommitdiffstats
path: root/reports.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'reports.cgi')
-rwxr-xr-xreports.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/reports.cgi b/reports.cgi
index e23897c9f..0f9b370e4 100755
--- a/reports.cgi
+++ b/reports.cgi
@@ -521,7 +521,6 @@ FIN
sub chart_image_type {
# what chart type should we be generating?
my $testimg = Chart::Lines->new(2,2);
- eval '$testimg->gif()';
my $type = $testimg->can('gif') ? "gif" : "png";
undef $testimg;