mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
whoops, accidental checkin of debug code
This commit is contained in:
parent
09025a32d7
commit
0bbea17f5b
@ -444,10 +444,6 @@ assert_failure(const char *expression, int line,
|
||||
|
||||
nout << "Assertion failed: " << message << "\n";
|
||||
|
||||
// This is redeclared here to ensure that it is initialized before
|
||||
// use, in case we get into a static-init loop.
|
||||
bool assert_abort = true;
|
||||
// ConfigVariableBool assert_abort("assert-abort", false);
|
||||
if (assert_abort) {
|
||||
#ifdef WIN32
|
||||
// How to trigger an exception in VC++ that offers to take us into
|
||||
|
Loading…
x
Reference in New Issue
Block a user