diff --git a/src/bootstrap.coffee b/src/bootstrap.coffee index 2805b47c..1de049ef 100644 --- a/src/bootstrap.coffee +++ b/src/bootstrap.coffee @@ -70,5 +70,3 @@ module.exports = (uuid) -> ]) knex('app').truncate() ]) - .catch (error) -> - console.log(error)