Compare commits

..

2 Commits

Author SHA1 Message Date
395c9ed818
remove debug statement 2023-08-12 23:04:54 +03:00
41474e75a6
v1.5.10 2023-08-12 22:20:31 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@navy.gif/wrappers", "name": "@navy.gif/wrappers",
"version": "1.5.9", "version": "1.5.10",
"description": "Various wrapper classes I use in my projects", "description": "Various wrapper classes I use in my projects",
"repository": "https://git.corgi.wtf/Navy.gif/wrappers.git", "repository": "https://git.corgi.wtf/Navy.gif/wrappers.git",
"author": "Navy.gif", "author": "Navy.gif",

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')