Remove comments from WorkdaysBetween.pm .

master
rpohankar 2016-05-16 18:09:24 +00:00
parent 13aaca2500
commit c00c956dd0
1 changed files with 0 additions and 5 deletions

View File

@ -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,