removing warning
This commit is contained in:
parent
d187195a75
commit
11a414089f
1 changed files with 0 additions and 1 deletions
|
@ -195,7 +195,6 @@ sub getbranches {
|
|||
my $nsth = $dbh->prepare($query);
|
||||
$nsth->execute($branch->{'branchcode'});
|
||||
while (my ($cat) = $nsth->fetchrow_array) {
|
||||
warn "XX";
|
||||
# FIXME - This seems wrong. It ought to be
|
||||
# $branch->{categorycodes}{$cat} = 1;
|
||||
# otherwise, there's a namespace collision if there's a
|
||||
|
|
Loading…
Reference in a new issue