mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore: remove superfluous logging from client registration
This commit is contained in:
parent
ec2c6e8824
commit
ec3d6e95bc
@ -110,8 +110,6 @@ module.exports = class ClientMetricsService {
|
||||
await this.clientInstanceStore.bulkUpsert(
|
||||
uniqueRegistrations,
|
||||
);
|
||||
} else {
|
||||
this.logger.debug('No registrations in last time period');
|
||||
}
|
||||
} catch (err) {
|
||||
this.logger.warn('Failed to register clients', err);
|
||||
|
Loading…
Reference in New Issue
Block a user