From cb5021471da11969696c474d922fdaac05e2eb83 Mon Sep 17 00:00:00 2001 From: iLag Date: Thu, 23 Mar 2017 11:16:37 -0700 Subject: [PATCH] Remove temporary debug print line --- platform/libretro/libretro.c | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/libretro/libretro.c b/platform/libretro/libretro.c index a4bc0a1..f11b5da 100644 --- a/platform/libretro/libretro.c +++ b/platform/libretro/libretro.c @@ -741,7 +741,6 @@ void retro_cheat_set(unsigned index, bool enabled, const char *code) while (buff != NULL) { - log_cb(RETRO_LOG_INFO,"Buff: %s\n",buff); decode(buff, &pt); if (pt.addr == (uint32_t) -1 || pt.data == (uint16_t) -1) { -- 2.39.2