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,