CDVD: remove non-fatal logging

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2020-09-19 02:36:02 +02:00 committed by refractionpcsx2
parent b46736836e
commit 1f327346f7
1 changed files with 1 additions and 2 deletions

View File

@ -197,7 +197,6 @@ s32 CALLBACK DISCopen(const char* pTitle)
}
catch (std::runtime_error& ex)
{
fputs(ex.what(), stdout);
return -1;
}
@ -543,4 +542,4 @@ CDVD_API CDVDapi_Disc =
DISCreadSector,
DISCgetDualInfo,
};
};