Skip to content

Commit bcd1550

Browse files
committed
remove redundant comments from timing_driven_route_connection_from_heap
1 parent 12f2ca6 commit bcd1550

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vpr/src/route/connection_router.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,6 @@ t_heap* ConnectionRouter<Heap>::timing_driven_route_connection_from_heap(RRNodeI
251251
const t_conn_cost_params cost_params,
252252
t_bb bounding_box) {
253253
VTR_ASSERT_SAFE(heap_.is_valid());
254-
//std::cout << "using this: " << (void *)this << "\n";
255-
//std::cout << "using heap: " << heap_.get_ptr() << "\n";
256254

257255
if (heap_.is_empty_heap()) { //No source
258256
VTR_LOGV_DEBUG(router_debug_, " Initial heap empty (no source)\n");

0 commit comments

Comments
 (0)