Skip to content

Commit

Permalink
Remvoing redundancy logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sg777 committed Apr 13, 2022
1 parent 656dfe7 commit 4e75748
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions privatebet/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1561,9 +1561,8 @@ int32_t bet_player_backend(cJSON *argjson, struct privatebet_info *bet, struct p
if (reset_lock == 1) {
return retval;
}
dlg_info("Player backend thread started...");
if ((method = jstr(argjson, "method")) != 0) {
dlg_info("recv :: %s", cJSON_Print(argjson));
dlg_info("recv :: %s", method);
if (strcmp(method, "join_res") == 0) {
bet_update_seat_info(argjson);
if (strcmp(jstr(argjson, "req_identifier"), req_identifier) == 0) {
Expand Down

0 comments on commit 4e75748

Please sign in to comment.