Skip to content

Commit 5c4b99a

Browse files
committed
Remove reference to console.warn
1 parent cc89631 commit 5c4b99a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/entity-factory.ts

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export class EntityFactory<Entity extends ObjectLiteral, Context> {
5151
throw new Error(message)
5252
}
5353
} else {
54-
console.warn('No db connection is given: ', dataSource.isInitialized, dataSource)
5554
const message = 'No db connection is given'
5655
printError(message)
5756
throw new Error(message)

0 commit comments

Comments
 (0)