Removed testing code

This commit is contained in:
2024-03-10 21:55:09 -05:00
parent d43dc41f25
commit 53282727ec

View File

@@ -176,9 +176,6 @@ namespace connect_code {
port = std::to_string(std::stoul(port, 0, 32));
std::cout << conv_addr << std::endl;
abort();
ret_val.push_back(conv_addr);
ret_val.push_back(port);
}