Add XSLT rule to store piggyback result in ZeeRex record.
[irspy-moved-to-github.git] / t / ZOOM-IRSpy.t
index e6af4be..daf415f 100644 (file)
@@ -25,7 +25,6 @@ isa_ok( $spy, 'ZOOM::IRSpy' );
 # test for failure if template not exists
 eval {
     $ZOOM::IRSpy::irspy_to_zeerex_xsl = '/nonexist';
-    $ZOOM::IRSpy::debug = 1;
     $ZOOM::IRSpy::xslt_max_depth = 100;
     $spy = new ZOOM::IRSpy( $dbname, "admin", "fruitbat" );
 };