From 12b4813eb297eda51afd4d9d2de0647657181126 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 8 May 2007 12:18:59 +0000 Subject: [PATCH] Less verbose. --- lib/ZOOM/IRSpy/Test/Ping.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Test/Ping.pm b/lib/ZOOM/IRSpy/Test/Ping.pm index 12c3455..4251b59 100644 --- a/lib/ZOOM/IRSpy/Test/Ping.pm +++ b/lib/ZOOM/IRSpy/Test/Ping.pm @@ -1,4 +1,4 @@ -# $Id: Ping.pm,v 1.25 2007-05-04 12:09:58 mike Exp $ +# $Id: Ping.pm,v 1.26 2007-05-08 12:18:59 mike Exp $ # See the "Main" test package for documentation @@ -25,7 +25,6 @@ sub start { my $xc = $conn->record()->xpath_context(); my $user = $xc->find("e:serverInfo/e:authentication/e:user"); my $password = $xc->find("e:serverInfo/e:authentication/e:password"); - warn "user='$user', password='$password'\n"; $options{user} = $user if $user; $options{password} = $password if $password; -- 1.7.10.4