remove debug statement
This commit is contained in:
parent
41474e75a6
commit
395c9ed818
@ -266,8 +266,8 @@ class MariaDB
|
||||
// This is a bit of a clusterfuck but it seems to work
|
||||
#statusUpdate (update: StatusUpdate)
|
||||
{
|
||||
this.#logger.debug('Status update');
|
||||
this.#logger.debug(update);
|
||||
// this.#logger.debug('Status update');
|
||||
// this.#logger.debug(update);
|
||||
if (!update.members.length)
|
||||
{
|
||||
if (update.status === 'disconnected')
|
||||
|
Loading…
Reference in New Issue
Block a user