Skip to content

Commit

Permalink
remove useless logs
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed May 14, 2024
1 parent af1ce1a commit 2c4e2fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tunnels/server/reality/reality_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ tunnel_t *newRealityServer(node_instance_context_t *instance_info)
LOGW("RealityServer: no destination node provided in json");
return NULL;
}
LOGD("RealityServer: accessing destination node");

hash_t hash_next = CALC_HASH_BYTES(dest_node_name, strlen(dest_node_name));
node_t *next_node = getNode(hash_next);
Expand Down
1 change: 0 additions & 1 deletion tunnels/server/trojan/auth/trojan_auth_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ static void parse(tunnel_t *t, cJSON *settings, size_t chain_index)
state->fallback_delay = 0;
}

LOGD("TrojanAuthServer: accessing fallback node");

hash_t hash_next = CALC_HASH_BYTES(fallback_node, strlen(fallback_node));
node_t *next_node = getNode(hash_next);
Expand Down

0 comments on commit 2c4e2fc

Please sign in to comment.