Remove stray logs
This commit is contained in:
parent
4b11d12f81
commit
00d63d42d1
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue