Branimir Karadžić 7 years ago
parent
commit
c06040fb5d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/bx/error.h

+ 0 - 1
include/bx/error.h

@@ -10,7 +10,6 @@
 
 #define BX_ERROR_SET(_ptr, _result, _msg) \
 			BX_MACRO_BLOCK_BEGIN \
-				BX_TRACE("Error %d: %s", _result.code, "" _msg); \
 				(_ptr)->setError(_result,  "" _msg); \
 			BX_MACRO_BLOCK_END