Remove redundant log message
This commit is contained in:
@@ -121,7 +121,6 @@ const migrations = [
|
||||
version: 17,
|
||||
async migrate(transaction, next) {
|
||||
console.log('Migration 17');
|
||||
console.log('Start migration to database version 17');
|
||||
|
||||
const start = Date.now();
|
||||
|
||||
|
Reference in New Issue
Block a user