It never had logging here anyway...

This commit is contained in:
Matthew Parlane 2013-05-18 22:31:22 +12:00
parent 08f6ba8274
commit 59924d0291
1 changed files with 0 additions and 2 deletions

View File

@ -165,12 +165,10 @@ void WiimoteScanner::FindWiimotes(std::vector<Wiimote*> & 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);
}
}