mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
remove console.log
This commit is contained in:
parent
b8ee84b7be
commit
cb5c5e476a
@ -75,7 +75,6 @@ export class Connection {
|
|||||||
if (!dbVersion || dbVersion.length < 1) {
|
if (!dbVersion || dbVersion.length < 1) {
|
||||||
throw new LogError('found no db version in migrations, could dlt-database run successfully?')
|
throw new LogError('found no db version in migrations, could dlt-database run successfully?')
|
||||||
}
|
}
|
||||||
console.log(dbVersion[0].fileName)
|
|
||||||
// return dbVersion ? dbVersion.fileName : null
|
// return dbVersion ? dbVersion.fileName : null
|
||||||
if (!dbVersion[0].fileName.includes(DB_VERSION)) {
|
if (!dbVersion[0].fileName.includes(DB_VERSION)) {
|
||||||
throw new LogError(
|
throw new LogError(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user