cvsuser 05/11/07 12:09:25
Modified: App-Repository/lib/App/ValueDomain RepositoryTableColumns.pm
Log:
remove debug print stmt
Revision Changes Path
1.3 +1 -2
p5ee/App-Repository/lib/App/ValueDomain/RepositoryTableColumns.pm
Index: RepositoryTableColumns.pm
===================================================================
RCS file:
/cvs/public/p5ee/App-Repository/lib/App/ValueDomain/RepositoryTableColumns.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RepositoryTableColumns.pm 20 Oct 2005 20:04:24 -0000 1.2
+++ RepositoryTableColumns.pm 7 Nov 2005 20:09:25 -0000 1.3
@@ -81,7 +81,6 @@
if ($self->{sort}) {
@$values = sort { $labels->{$a} cmp $labels->{$b} } @$values;
}
-print STDERR "iskey=[$self->{is_key}]\n";
if (defined $self->{is_key}) {
my $is_key = $self->{is_key};
my @values = ();