remove comment in data_feed.cc

develop=test
revert-16650-refine_parallel_executor_3
dongdaxiang 6 years ago
parent ba98872d96
commit ea07eb8cd2

@ -72,7 +72,6 @@ bool DataFeed::PickOneFile(std::string* filename) {
} }
VLOG(3) << "file_idx_=" << *file_idx_; VLOG(3) << "file_idx_=" << *file_idx_;
*filename = filelist_[(*file_idx_)++]; *filename = filelist_[(*file_idx_)++];
// LOG(ERROR) << "pick file:" << *filename;
return true; return true;
} }

Loading…
Cancel
Save