Remove redundant log message
This commit is contained in:
parent
fcd30cd919
commit
106ce21c49
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue