Skip to content

Commit

Permalink
Removing leftover printf
Browse files Browse the repository at this point in the history
  • Loading branch information
msoulier committed Dec 4, 2023
1 parent 330cdb6 commit 0e36ef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ char *base64_encode_openssl(const unsigned char *data, size_t input_size) {
mwarningf("base64_encode: expected %d bytes but got %d",
b64string_mem, bytes);
}
printf("encode returning: '%s'\n", b64string);
return b64string;
}

Expand Down

0 comments on commit 0e36ef0

Please sign in to comment.