Skip to content

Commit c0100ff

Browse files
rhaschkev4hn
authored andcommitted
Remove debug output
1 parent d386459 commit c0100ff

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

core/src/container.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ void SerialContainer::onNewSolution(const SolutionBase& current) {
399399
}
400400
}
401401
}
402-
printChildrenInterfaces(*this, true, *current.creator());
403402

404403
// finally, store + announce new solutions to external interface
405404
for (const auto& solution : sorted)
@@ -429,7 +428,6 @@ void SerialContainer::onNewFailure(const Stage& child, const InterfaceState* fro
429428
}
430429
break;
431430
}
432-
printChildrenInterfaces(*this, false, child);
433431
}
434432

435433
SerialContainer::SerialContainer(SerialContainerPrivate* impl) : ContainerBase(impl) {}

core/src/stage.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,6 @@ void ConnectingPrivate::newState(Interface::iterator it, bool updated) {
747747
}
748748
}
749749
}
750-
std::cerr << name_ << ": ";
751-
printPendingPairs(std::cerr);
752750
}
753751

754752
// Check whether there are pending feasible states that could connect to source.

0 commit comments

Comments
 (0)