From: jowenn Date: Tue, 21 Dec 2004 20:35:54 +0000 (+0000) Subject: one useless debug output less X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=f9956d1d5b02030ca8d68468d97266e1ca3b7102;p=cacao.git one useless debug output less --- diff --git a/src/native/vm/VMThrowable.c b/src/native/vm/VMThrowable.c index 8c79a1f49..b7aadf125 100644 --- a/src/native/vm/VMThrowable.c +++ b/src/native/vm/VMThrowable.c @@ -26,7 +26,7 @@ Authors: Joseph Wenninger - $Id: VMThrowable.c 1735 2004-12-07 14:33:27Z twisti $ + $Id: VMThrowable.c 1802 2004-12-21 20:35:54Z jowenn $ */ @@ -183,9 +183,9 @@ JNIEXPORT java_objectarray* JNICALL Java_java_lang_VMThrowable_getStackTrace(JNI } size --; el++; - if (size<1) { + /*if (size<1) { log_text("Invalid stacktrace for VMThrowable.getStackTrace()"); - } + }*/ } }