From: Mike Taylor Date: Thu, 2 Aug 2007 11:28:38 +0000 (+0000) Subject: Remove extraneous outout. X-Git-Tag: CPAN-v1.02~54^2~298 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=e1a6e74ae636767568617e5f33e7c620f0d2c5f7;ds=sidebyside Remove extraneous outout. --- 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; }