Remove Data::Dumper from tests.
authorJason Stephenson <jason@sigio.com>
Sun, 5 Aug 2018 13:39:14 +0000 (09:39 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 26 Oct 2018 23:04:56 +0000 (19:04 -0400)
Open-ILS/src/perlmods/live_t/zz-lp1779467-mark-item-discard.t

index 2376cbe..4979a40 100644 (file)
@@ -3,7 +3,6 @@ use strict; use warnings;
 use Test::More tests => 17;
 use OpenILS::Utils::TestUtils;
 use OpenILS::Const qw(:const);
-use Data::Dumper;
 
 my $script = OpenILS::Utils::TestUtils->new();
 my $U = 'OpenILS::Application::AppUtils';
@@ -46,7 +45,6 @@ ok(
 # Login with workstation.
 $credentials->{workstation} = WORKSTATION;
 $credentials->{password} = 'maryt1234';
-print Dumper $credentials;
 $authtoken = $script->authenticate($credentials);
 ok(
     $script->authtoken,