diff --git a/C/tracer.c b/C/tracer.c index f2a70a169..0c2c9c9bf 100644 --- a/C/tracer.c +++ b/C/tracer.c @@ -161,13 +161,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 (B->cp_tr < B->cp_b->cp_tr || TR < B->cp_tr) - fprintf(stderr,"Here we go %lld\n", vsc_count); - if (vsc_count < 13600) - { - UNLOCK(Yap_heap_regs->low_level_trace_lock); - return; - } #ifdef COMMENTED if (worker_id != 04 || worker_id != 03) return; // if (vsc_count == 218280) diff --git a/changes-5.1.html b/changes-5.1.html index 8d531e6fd..ceaac5273 100644 --- a/changes-5.1.html +++ b/changes-5.1.html @@ -16,7 +16,9 @@

Yap-5.1.2: