We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc89631 commit 5c4b99aCopy full SHA for 5c4b99a
src/entity-factory.ts
@@ -51,7 +51,6 @@ export class EntityFactory<Entity extends ObjectLiteral, Context> {
51
throw new Error(message)
52
}
53
} else {
54
- console.warn('No db connection is given: ', dataSource.isInitialized, dataSource)
55
const message = 'No db connection is given'
56
printError(message)
57
0 commit comments