Merge pull request #662 from lioncash/log-comment

Clarify that WiimoteEmu::Spy is intended for debugging purposes
This commit is contained in:
Lioncash 2014-07-25 08:46:52 -04:00
commit 4189703b40

View file

@ -33,6 +33,7 @@ namespace WiimoteEmu
void Spy(Wiimote* wm_, const void* data_, size_t size_)
{
// Enable for logging and debugging purposes.
#if 0
// enable log
bool logCom = true;