Bug 20568: (QA follow-up) Remove unused vars

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Tomás Cohen Arazi 2018-05-03 15:51:15 -03:00 committed by Jonathan Druart
parent 82edceb2ed
commit 0cb1020e0c

View file

@ -47,8 +47,6 @@ Overloaded I<store> method.
sub store {
my ($self) = @_;
my ( $uuid, $uuidstring );
$self->client_id($self->_generate_unused_uuid('client_id'))
unless $self->client_id;
$self->secret($self->_generate_unused_uuid('secret'))