Skip to content

Commit

Permalink
remove unused logs
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Apr 8, 2024
1 parent 33b946f commit bf91650
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tunnels/adapters/tcp_connector/tcp_connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ tunnel_t *newTcpConnector(node_instance_context_t *instance_info)
}
api_result_t apiTcpConnector(tunnel_t *self, char *msg)
{
LOGE("TcpConnector API NOT IMPLEMENTED");
return (api_result_t){0}; // TODO
}
tunnel_t *destroyTcpConnector(tunnel_t *self)
Expand Down
1 change: 0 additions & 1 deletion tunnels/server/boringssl/boringssl_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@

// void apiBoringSSLServer(tunnel_t *self, char *msg)
// {
// LOGE("openssl-server API NOT IMPLEMENTED");return (api_result_t){0}; // TODO
// }

tunnel_t *destroyBoringSSLServer(tunnel_t *self)
Expand Down

0 comments on commit bf91650

Please sign in to comment.