remove useless stack tracing

This commit is contained in:
copy 2015-05-17 02:00:26 +02:00
parent 3ee6f37ca0
commit e57864e228

View file

@ -89,8 +89,6 @@ function dbg_assert(cond, msg, level)
if(!cond)
{
//dump_regs();
console.log(Error().stack);
console.trace();
if(msg)