1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

removed print statement causing xcode crash

This commit is contained in:
dan 2023-03-08 12:05:26 -08:00
parent 8691db7208
commit f475329729

View file

@ -308,13 +308,6 @@ namespace llarp::quic
assert(conn.closing && !conn.conn_buffer.empty());
log::debug(
logcat,
"Sending packet to {} at port {} on {}",
*conn.path.remote.endpoint,
conn.path.remote.port(),
__LINE__);
if (auto sent = send_packet(conn.path.remote, conn.conn_buffer, 0); not sent)
{
log::warning(