Remove debug print

(Not going to make a new build for this)
This commit is contained in:
Steel Titanium 2019-10-31 16:37:55 -04:00
parent 88970f3dac
commit e325577f0d
No known key found for this signature in database
GPG key ID: 924BA411F18DFDBE

View file

@ -72,7 +72,6 @@ int snprintf(char *str, size_t n, const char *fmt, ...);
#include "keys.h"
#include "filesrch.h" // refreshdirmenu, mainwadstally
#include "g_input.h" // tutorial mode control scheming
#include "png.h"
#ifdef CMAKECONFIG
#include "config.h"
@ -965,8 +964,6 @@ void D_SRB2Main(void)
"We do not claim ownership of SEGA's intellectual property used\n"
"in this program.\n\n");
CONS_Printf("libpng version: %s\n", png_libpng_ver);
// keep error messages until the final flush(stderr)
#if !defined (PC_DOS) && !defined(NOTERMIOS)
if (setvbuf(stderr, NULL, _IOFBF, 1000))