From: Mike Taylor Date: Sat, 20 Jan 2007 09:53:40 +0000 (+0000) Subject: Comment out init-opt debugging print. X-Git-Tag: CPAN-v1.02~54^2~588 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=d17242f7471f3b746987ad7bf7b6c2e552451e0b Comment out init-opt debugging print. --- 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"); }