Bug 11580 - [QA Followup] Remove debug statements
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
947834f182
commit
ee49d5698a
1 changed files with 0 additions and 2 deletions
|
@ -135,8 +135,6 @@ sub calc_date_due {
|
|||
$d2->add(days => 1);
|
||||
$d->truncate( to => 'day' );
|
||||
$d2->truncate( to => 'day' );
|
||||
warn Data::Dumper::Dumper($d->datetime());
|
||||
warn Data::Dumper::Dumper($d2->datetime());
|
||||
is ( DateTime->compare( $d, $d2) == 0, 1, "no problem with closed days");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue