Remove a log that got annoying.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3769 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-07-12 20:21:49 +00:00
parent c45dfd156f
commit 839ed9103d

View File

@ -43,7 +43,7 @@ public:
return m_Mails.front(); return m_Mails.front();
else else
{ {
WARN_LOG(DSPHLE, "GetNextMail: No mails"); // WARN_LOG(DSPHLE, "GetNextMail: No mails");
return 0; // return 0; //
} }
} }