From: iLag Date: Thu, 23 Mar 2017 18:16:37 +0000 (-0700) Subject: Remove temporary debug print line X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb5021471da11969696c474d922fdaac05e2eb83;p=picodrive.git Remove temporary debug print line --- 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) {