]> gitweb.factorcode.org Git - factor.git/commitdiff
vm: remove debug printout in begin_callback
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 20 Jun 2022 15:56:06 +0000 (08:56 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 20 Jun 2022 15:56:06 +0000 (08:56 -0700)
vm/contexts.cpp

index d087bc3364327f8f7e2a78cde2ab57c8630a49d1..48afadaa279556b99e9a1ecced1151e89474d5f9 100644 (file)
@@ -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);
 }