one more print spam fix

This commit is contained in:
water
2020-08-28 14:33:08 -04:00
parent bdde6d933c
commit 485f4aa1f5
+1 -1
View File
@@ -94,7 +94,7 @@ TEST(Listener, ListenerThenDeci) {
EXPECT_FALSE(s.check_for_listener());
EXPECT_TRUE(l.connect_to_target());
while (!s.check_for_listener()) {
printf("...\n");
// printf("...\n");
}
}
}