From c00c956dd09e1fee4d3d6d8e2ec9d13a9010df02 Mon Sep 17 00:00:00 2001 From: rpohankar Date: Mon, 16 May 2016 18:09:24 +0000 Subject: [PATCH] Remove comments from WorkdaysBetween.pm . --- lib/DDG/Goodie/WorkdaysBetween.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/DDG/Goodie/WorkdaysBetween.pm b/lib/DDG/Goodie/WorkdaysBetween.pm index 769f3b32c..3e10f88af 100755 --- a/lib/DDG/Goodie/WorkdaysBetween.pm +++ b/lib/DDG/Goodie/WorkdaysBetween.pm @@ -37,11 +37,6 @@ handle remainder => sub { my $number = $workdays == 1 ? 'Workday' : 'Workdays'; return "There $verb $workdays $number between $start_str and $end_str.", -# structured_answer => { -# input => [$start_str, $end_str], -# operation => "$number between", -# result => $workdays -# }; structured_answer => { data => { title => $workdays,