projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3aba5d
)
Remove extraneous outout.
author
Mike Taylor
<mike@indexdata.com>
Thu, 2 Aug 2007 11:28:38 +0000
(11:28 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 2 Aug 2007 11:28:38 +0000
(11:28 +0000)
lib/ZOOM/IRSpy/Record.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Record.pm
b/lib/ZOOM/IRSpy/Record.pm
index
6f80ac3
..
3a5c5f5
100644
(file)
--- 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;
}