projects
/
simpleserver-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:
78a1497
)
Remove debugging output.
author
Mike Taylor
<mike@indexdata.com>
Mon, 20 Aug 2007 11:06:09 +0000
(11:06 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 20 Aug 2007 11:06:09 +0000
(11:06 +0000)
SimpleServer.pm
patch
|
blob
|
history
diff --git
a/SimpleServer.pm
b/SimpleServer.pm
index
5a8e6dd
..
003efea
100644
(file)
--- a/
SimpleServer.pm
+++ b/
SimpleServer.pm
@@
-25,7
+25,7
@@
##
##
-## $Id: SimpleServer.pm,v 1.39 2007-08-20 10:59:50 mike Exp $
+## $Id: SimpleServer.pm,v 1.40 2007-08-20 11:06:09 mike Exp $
package Net::Z3950::SimpleServer;
@@
-146,7
+146,6
@@
sub toPQF {
my $res = "";
foreach my $attr (@{ $this->{attributes} }) {
- use Data::Dumper; print "considering attr: ", Dumper($attr);
$res .= "\@attr ";
my $set = $attr->{attributeSet};
$res .= "$set " if defined $set;