remove debug statement

This commit is contained in:
Erik 2023-08-12 23:04:54 +03:00
parent 41474e75a6
commit 395c9ed818
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -266,8 +266,8 @@ class MariaDB
// This is a bit of a clusterfuck but it seems to work // This is a bit of a clusterfuck but it seems to work
#statusUpdate (update: StatusUpdate) #statusUpdate (update: StatusUpdate)
{ {
this.#logger.debug('Status update'); // this.#logger.debug('Status update');
this.#logger.debug(update); // this.#logger.debug(update);
if (!update.members.length) if (!update.members.length)
{ {
if (update.status === 'disconnected') if (update.status === 'disconnected')