From e1a6e74ae636767568617e5f33e7c620f0d2c5f7 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 2 Aug 2007 11:28:38 +0000 Subject: [PATCH] Remove extraneous outout. --- lib/ZOOM/IRSpy/Record.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Record.pm b/lib/ZOOM/IRSpy/Record.pm index 6f80ac3..3a5c5f5 100644 --- a/lib/ZOOM/IRSpy/Record.pm +++ b/lib/ZOOM/IRSpy/Record.pm @@ -1,4 +1,4 @@ -# $Id: Record.pm,v 1.26 2007-08-02 11:27:32 mike Exp $ +# $Id: Record.pm,v 1.27 2007-08-02 11:28:38 mike Exp $ package ZOOM::IRSpy::Record; ### I don't think there's any reason for this to be separate from @@ -147,7 +147,6 @@ sub _half_decent_appendWellBalancedChunk { if (1) { $frag =~ s,>, xmlns:irspy="$ZOOM::IRSpy::Utils::IRSPY_NS">,; - warn "calling appendWellBalancedChunk($node)"; $node->appendWellBalancedChunk($frag); return; } -- 1.7.10.4