From 59924d0291ec78a5763c675e2c943702fedfefb3 Mon Sep 17 00:00:00 2001 From: Matthew Parlane Date: Sat, 18 May 2013 22:31:22 +1200 Subject: [PATCH] It never had logging here anyway... --- Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm b/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm index 4eac3ca5ff..6f85f62a82 100644 --- a/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm +++ b/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm @@ -165,12 +165,10 @@ void WiimoteScanner::FindWiimotes(std::vector & found_wiimotes, Wiimot if(IsBalanceBoardName([[dev name] UTF8String])) { found_board = wm; - NOTICE_LOG(WIIMOTE, "Found balance board (%s).", bdaddr_str); } else { found_wiimotes.push_back(wm); - NOTICE_LOG(WIIMOTE, "Found wiimote (%s).", bdaddr_str); } }