Remove redundant log message

This commit is contained in:
Daniel Gasienica 2018-03-26 16:18:56 -04:00
parent fcd30cd919
commit 106ce21c49

View file

@ -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();