Fix debug log

This commit is contained in:
Christophe Maudoux 2019-08-03 11:04:58 +02:00
parent 5cb5406246
commit 6ad07f9c4d

View File

@ -460,7 +460,7 @@ sub _splitAttributes {
}
else {
push @$spoofedAttrs, $element;
$self->logger->debug(' -> Spoofed attribute');
#$self->logger->debug(' -> Spoofed attribute');
}
}
@$others = ( @$spoofedAttrs, @$realAttrs );