diff --git a/dlt-connector/src/typeorm/DataSource.ts b/dlt-connector/src/typeorm/DataSource.ts index a5db6443d..441cf7eef 100644 --- a/dlt-connector/src/typeorm/DataSource.ts +++ b/dlt-connector/src/typeorm/DataSource.ts @@ -75,7 +75,6 @@ export class Connection { if (!dbVersion || dbVersion.length < 1) { throw new LogError('found no db version in migrations, could dlt-database run successfully?') } - console.log(dbVersion[0].fileName) // return dbVersion ? dbVersion.fileName : null if (!dbVersion[0].fileName.includes(DB_VERSION)) { throw new LogError(