From c0150244ae679673e49f361cb584d5badc229ce9 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 20 Jun 2022 08:56:06 -0700 Subject: [PATCH] vm: remove debug printout in begin_callback --- vm/contexts.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/vm/contexts.cpp b/vm/contexts.cpp index d087bc3364..48afadaa27 100644 --- a/vm/contexts.cpp +++ b/vm/contexts.cpp @@ -160,7 +160,6 @@ cell factor_vm::begin_callback(cell quot_) { // Allocates memory cell begin_callback(factor_vm* parent, cell quot) { - cout << "begin_callback called" << endl; return parent->begin_callback(quot); } -- 2.34.1