1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-09 01:17:06 +02: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( await this.clientInstanceStore.bulkUpsert(
uniqueRegistrations, uniqueRegistrations,
); );
} else {
this.logger.debug('No registrations in last time period');
} }
} catch (err) { } catch (err) {
this.logger.warn('Failed to register clients', err); this.logger.warn('Failed to register clients', err);