mirror of https://github.com/PCSX2/pcsx2.git
CDVD: remove non-fatal logging
This commit is contained in:
parent
b46736836e
commit
1f327346f7
|
@ -197,7 +197,6 @@ s32 CALLBACK DISCopen(const char* pTitle)
|
|||
}
|
||||
catch (std::runtime_error& ex)
|
||||
{
|
||||
fputs(ex.what(), stdout);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue