mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
removed log
This commit is contained in:
parent
72356c8e6c
commit
bc3cfe8aea
@ -29,7 +29,6 @@ export class PersistOperationExecutor {
|
||||
*/
|
||||
executePersistOperation(persistOperation: PersistOperation) {
|
||||
const broadcaster = new OrmBroadcaster(this.connection);
|
||||
persistOperation.log();
|
||||
|
||||
return Promise.resolve()
|
||||
.then(() => this.broadcastBeforeEvents(broadcaster, persistOperation))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user