Minor test cleanup.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user