diff options
Diffstat (limited to 'server/initializers')
-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({ |