From 1f82f8b962d29bb4b4e3ee3ffbb660c205db7763 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Fri, 20 Feb 2026 21:39:37 -0500 Subject: [PATCH] disabled the cromp debugging in transaction don't need this right now. --- octopi/library/cromp/cromp_transaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octopi/library/cromp/cromp_transaction.cpp b/octopi/library/cromp/cromp_transaction.cpp index 8345c154..192476f5 100644 --- a/octopi/library/cromp/cromp_transaction.cpp +++ b/octopi/library/cromp/cromp_transaction.cpp @@ -36,7 +36,7 @@ using namespace textual; namespace cromp { -#define DEBUG_CROMP_TRANSACTION +//#define DEBUG_CROMP_TRANSACTION // uncomment for noisy version. const int MAXIMUM_TRANSACTION = 100 * MEGABYTE; -- 2.43.0