From 457d5c11cb8467c0a51b5c8f3087667ab0b2f360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Tue, 25 May 2010 16:14:44 +0100 Subject: [PATCH] remove debugging info from tracer.c --- C/tracer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/C/tracer.c b/C/tracer.c index b3100145d..e98c81b8e 100755 --- a/C/tracer.c +++ b/C/tracer.c @@ -172,9 +172,6 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args) LOCK(Yap_heap_regs->low_level_trace_lock); sc = Yap_heap_regs; vsc_count++; - if (vsc_count == 7188) jmp_deb(1); - if (vsc_count < 7000) - return; #ifdef THREADS MY_ThreadHandle.thread_inst_count++; #endif