From be102732b1d6933c4d0f272b5d25a9bc7505b1fc Mon Sep 17 00:00:00 2001 From: Pavel Kovalenko Date: Sun, 12 Oct 2014 12:11:43 +0400 Subject: [PATCH] Remove deprecated logging. --- src/xrCore/xrCore.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xrCore/xrCore.cpp b/src/xrCore/xrCore.cpp index 321b53d6d6a..02b26c1916b 100644 --- a/src/xrCore/xrCore.cpp +++ b/src/xrCore/xrCore.cpp @@ -117,7 +117,6 @@ void xrCore::_initialize (LPCSTR _ApplicationName, LogCallback cb, BOOL init_fs, EFS._initialize (); #ifdef DEBUG #ifndef _EDITOR - Msg ("CRT heap 0x%08x",_get_heap_handle()); Msg ("Process heap 0x%08x",GetProcessHeap()); #endif #endif // DEBUG