From 1f327346f73f650f4458184a0467aa977ee8220e Mon Sep 17 00:00:00 2001 From: Gauvain 'GovanifY' Roussel-Tarbouriech Date: Sat, 19 Sep 2020 02:36:02 +0200 Subject: [PATCH] CDVD: remove non-fatal logging --- pcsx2/CDVD/CDVDdiscReader.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pcsx2/CDVD/CDVDdiscReader.cpp b/pcsx2/CDVD/CDVDdiscReader.cpp index 3c89ddd6af..0a34301ae4 100644 --- a/pcsx2/CDVD/CDVDdiscReader.cpp +++ b/pcsx2/CDVD/CDVDdiscReader.cpp @@ -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, -}; \ No newline at end of file +};