Minor test cleanup.

This commit is contained in:
Martin Felis
2022-02-19 12:18:54 +01:00
parent da916a7346
commit 618f6b613e
2 changed files with 6 additions and 8 deletions
-1
View File
@@ -154,7 +154,6 @@ struct NodeSocketAccessorBase {
const std::vector<Socket>& sockets,
const std::string& name) const {
for (size_t i = 0, n = sockets.size(); i < n; i++) {
std::cout << i << ", " << sockets[i].m_name << std::endl;
if (sockets[i].m_name == name) {
return i;
}