Skip to content

Commit 147d54b

Browse files
committed
update
1 parent e9abc66 commit 147d54b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

paddle/fluid/framework/details/computation_op_handle.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ void ComputationOpHandle::RunImpl() {
2929
WaitInputVarGenerated(place_);
3030

3131
this->RunAndRecordEvent([this] {
32-
VLOG(3) << "begin run op type is " << op_->Type();
3332
op_->Run(*scope_->FindVar(kLocalExecScopeName)->Get<Scope *>(), place_);
34-
VLOG(3) << "end run op type is " << op_->Type();
3533
});
3634
}
3735

0 commit comments

Comments
 (0)