1
0
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:
Christopher Kolstad 2021-03-04 13:04:32 +01:00
parent ec2c6e8824
commit ec3d6e95bc

View File

@ -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);