Remove comments from WorkdaysBetween.pm .
parent
13aaca2500
commit
c00c956dd0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue