Skip to content

Commit

Permalink
no needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Oct 9, 2023
1 parent d3cd6bd commit 040385f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/pbcc_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ const char* pbcc_base64_encode(pubnub_bymebl_t buffer) {
}

pubnub_bymebl_t pbcc_base64_decode(const char* buffer) {
PUBNUB_LOG_ERROR("pbcc_base64_decode: buffer = %s\n", buffer);
return pbbase64_decode_alloc_std_str(buffer);
}

Expand Down

0 comments on commit 040385f

Please sign in to comment.