Remove stray use command, likely bad paste.

This commit is contained in:
Bradley M. Kuhn 2015-12-09 19:37:36 -08:00
parent ba6843e21e
commit b0d7639bc3

View file

@ -174,7 +174,6 @@ sub _verifyId($) {
die "_verifyId() called with a non-numeric id" unless defined $id and looks_like_number($id);
my $val = $self->dbh()->selectall_hashref("SELECT id FROM supporter WHERE id = $id", 'id');
use Data::Dumper;
return (defined $val and defined $val->{$id});
}