From 00d63d42d1f702895702a453255b4bfc7f36fa89 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Wed, 4 Jun 2025 21:20:54 -0600 Subject: [PATCH] Remove stray logs --- module/utils/databases/Database.mjs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/module/utils/databases/Database.mjs b/module/utils/databases/Database.mjs index 92aa108..9cd4be1 100644 --- a/module/utils/databases/Database.mjs +++ b/module/utils/databases/Database.mjs @@ -275,10 +275,6 @@ export class Database { * @returns {boolean} */ static requiresMigrationFrom(lastVersion) { - Logger.table({ - lastVersion, - newer: isNewerVersion(__VERSION__, lastVersion), - }); return isNewerVersion(__VERSION__, lastVersion); }; @@ -295,7 +291,6 @@ export class Database { */ static async migrateData(lastVersion, notif) { const totalSteps = 1; - Logger.debug(lastVersion); /* This migration is for going up to 1.0.3, getting rid of any tables that have