diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-29 13:42:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-29 13:42:03 +0200 |
commit | d8c2e379884aebff30a582420d7d61028ee57a65 (patch) | |
tree | ddcffeac8f5e674ba870f7562cf7b8cc3d40a900 /server | |
parent | 09becad8e85cc4007ff862b26fa4195f3d0e7c8d (diff) | |
download | PeerTube-d8c2e379884aebff30a582420d7d61028ee57a65.tar.gz PeerTube-d8c2e379884aebff30a582420d7d61028ee57a65.tar.zst PeerTube-d8c2e379884aebff30a582420d7d61028ee57a65.zip |
Upgrade changelog
Diffstat (limited to 'server')
-rw-r--r-- | server/initializers/installer.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/initializers/installer.ts b/server/initializers/installer.ts index f0adf8c9e..09c6d5473 100644 --- a/server/initializers/installer.ts +++ b/server/initializers/installer.ts | |||
@@ -134,8 +134,6 @@ async function createApplicationIfNotExist () { | |||
134 | // Nothing to do, application already exist | 134 | // Nothing to do, application already exist |
135 | if (exist === true) return undefined | 135 | if (exist === true) return undefined |
136 | 136 | ||
137 | logger.info('Creating Application table.') | ||
138 | |||
139 | logger.info('Creating application account.') | 137 | logger.info('Creating application account.') |
140 | 138 | ||
141 | const application = await ApplicationModel.create({ | 139 | const application = await ApplicationModel.create({ |