From 727cef5fcde487a1071738c15e4fa6fb94c7e3b8 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Wed, 7 Jan 2009 09:09:07 +0000 Subject: [PATCH] Wiimote: Forgot to remove this git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1819 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_Wiimote/Src/FillReport.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Source/Plugins/Plugin_Wiimote/Src/FillReport.cpp b/Source/Plugins/Plugin_Wiimote/Src/FillReport.cpp index a8794cc2c1..78e64be1fd 100644 --- a/Source/Plugins/Plugin_Wiimote/Src/FillReport.cpp +++ b/Source/Plugins/Plugin_Wiimote/Src/FillReport.cpp @@ -523,13 +523,6 @@ void FillReportExtension(wm_extension& _ext) by 0x08 */ memcpy(g_RegExtTmpReport + 0x08, &_ext, sizeof(_ext)); -#ifdef _WIN32 - /**/if(GetAsyncKeyState('V')) // Log - { - std::string Temp = ArrayToString(g_RegExtTmpReport, sizeof(_ext), 0x08); - wprintf("Nunchuck DataFrame: %s\n", Temp.c_str()); - } -#endif // Encrypt it wiimote_encrypt(&g_ExtKey, &g_RegExtTmpReport[0x08], 0x08, sizeof(_ext));