Remove temporary debug print line
authoriLag <ilagdoesntcheckthisemail@gmail.com>
Thu, 23 Mar 2017 18:16:37 +0000 (11:16 -0700)
committeriLag <ilagdoesntcheckthisemail@gmail.com>
Thu, 23 Mar 2017 18:16:37 +0000 (11:16 -0700)
platform/libretro/libretro.c

index a4bc0a1..f11b5da 100644 (file)
@@ -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)
                {