removed log

This commit is contained in:
Umed Khudoiberdiev 2016-03-22 00:29:15 +05:00
parent 72356c8e6c
commit bc3cfe8aea

View File

@ -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))