Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 699776b

Browse files
committed
stray print func 🐳
1 parent 002373f commit 699776b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/marko/templates/udpsocket.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class TReply: public Base {
103103
sockaddr_t addr;
104104
while (event.is_set()) {
105105
bool good = socket.recvfrom(&s, sizeof(REQ), addr);
106-
std::cout << good << std::endl;
106+
// std::cout << good << std::endl;
107107
if (!good) {
108108
// std::cout << "miss" << std::endl;
109109
continue;

0 commit comments

Comments
 (0)