From 4b6dbd6b356127d25f946f47f9a8da98246c4f26 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 1 Sep 2017 09:56:09 +0000 Subject: [PATCH] Bug 11580 [QA Followup] Signed-off-by: Kyle M Hall --- t/db_dependent/Circulation/dateexpiry.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/db_dependent/Circulation/dateexpiry.t b/t/db_dependent/Circulation/dateexpiry.t index cf88536..4ed3505 100644 --- a/t/db_dependent/Circulation/dateexpiry.t +++ b/t/db_dependent/Circulation/dateexpiry.t @@ -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"); } -- 2.10.2