diff --git a/Source/Core/Common/Src/StringUtil.cpp b/Source/Core/Common/Src/StringUtil.cpp index 286b41071f..2a3345f512 100644 --- a/Source/Core/Common/Src/StringUtil.cpp +++ b/Source/Core/Common/Src/StringUtil.cpp @@ -147,7 +147,6 @@ bool CharArrayFromFormatV(char* out, int outsize, const char* format, va_list ar else { out[outsize - 1] = '\0'; - PanicAlert("DANGER WILL ROBINSON! CharArrayFromFormatV overflowed."); return false; } }