Skip to content

Commit 44c29ab

Browse files
committed
remove comments
1 parent 75bfdb3 commit 44c29ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/fluid/operators/listen_and_serv_op.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ static void ParallelExecuteBlocks(
6565
framework::Async([&executor, &prepared, &program, &scope, idx]() {
6666
int run_block = idx; // thread local
6767
try {
68-
// executor->Run(*program, scope, run_block, false, false);
6968
executor->RunPreparedContext(prepared[run_block].get(), scope,
7069
false, false);
7170
} catch (std::exception &e) {

0 commit comments

Comments
 (0)