Skip to content

Commit 1d10986

Browse files
author
Omar Marzouk
committed
Removing Comments
1 parent 3cbc352 commit 1d10986

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tensorflow_io/core/filesystems/dfs/dfs_utils.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,7 @@ int DFS::dfsReadDir(dfs_obj_t* obj, std::vector<std::string>& children) {
431431
}
432432

433433
for (uint32_t i = 0; i < nr; i++) {
434-
// std::cout << "Before File " << dirs[i].d_name << std::endl;
435434
children.emplace_back(dirs[i].d_name);
436-
// std::cout << "After File " << dirs[i].d_name << std::endl;
437435
}
438436
}
439437

0 commit comments

Comments
 (0)