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