From d17242f7471f3b746987ad7bf7b6c2e552451e0b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Sat, 20 Jan 2007 09:53:40 +0000 Subject: [PATCH] Comment out init-opt debugging print. --- lib/ZOOM/IRSpy/Test/Ping.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ZOOM/IRSpy/Test/Ping.pm b/lib/ZOOM/IRSpy/Test/Ping.pm index 2eeda3b..6186c62 100644 --- a/lib/ZOOM/IRSpy/Test/Ping.pm +++ b/lib/ZOOM/IRSpy/Test/Ping.pm @@ -1,4 +1,4 @@ -# $Id: Ping.pm,v 1.18 2006-12-15 17:23:27 mike Exp $ +# $Id: Ping.pm,v 1.19 2007-01-20 09:53:40 mike Exp $ # See the "Main" test package for documentation @@ -44,6 +44,7 @@ sub maybe_connected { encapsulation resultCount negotiationModel duplicationDetection queryType104 pQESCorrection stringSchema)) { + #print STDERR "\$conn->option('init_opt_$opt') = '", $conn->option("init_opt_$opt"), "'\n"; $conn->record()->store_result('init_opt', option => $opt) if $conn->option("init_opt_$opt"); } -- 1.7.10.4