Better no log at all than showing a false log

This false message has been like foreve. Nobody seems interested in updating "small and minor" things. so lets just remove this....
This commit is contained in:
retro-wertz 2018-06-11 17:08:59 +08:00 committed by GitHub
parent a4144dfe9b
commit ce27e986e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -528,9 +528,6 @@ static bool apply_patch_content(uint8_t **buf,
if (err == PATCH_SUCCESS)
{
RARCH_LOG("%s (%s).\n",
msg_hash_to_str(MSG_FATAL_ERROR_RECEIVED_IN),
patch_desc);
free(ret_buf);
*buf = patched_content;
*size = target_size;