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)
|
catch (std::runtime_error& ex)
|
||||||
{
|
{
|
||||||
fputs(ex.what(), stdout);
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -543,4 +542,4 @@ CDVD_API CDVDapi_Disc =
|
||||||
|
|
||||||
DISCreadSector,
|
DISCreadSector,
|
||||||
DISCgetDualInfo,
|
DISCgetDualInfo,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue