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:
parent
82edceb2ed
commit
0cb1020e0c
1 changed files with 0 additions and 2 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue