From 81fe1a213f2943e777cc0c4355e65dda52d8f117 Mon Sep 17 00:00:00 2001 From: Matt Page Date: Tue, 10 Sep 2024 14:46:01 -0700 Subject: [PATCH] Remove comment --- Python/instrumentation.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python/instrumentation.c b/Python/instrumentation.c index 0cb84a4d66ca02..9a7cc027553f4f 100644 --- a/Python/instrumentation.c +++ b/Python/instrumentation.c @@ -18,8 +18,6 @@ #include "pycore_pyerrors.h" #include "pycore_pystate.h" // _PyInterpreterState_GET() -// TODO(mpage) - Document how we keep everything in sync - /* Uncomment this to dump debugging output when assertions fail */ // #define INSTRUMENT_DEBUG 1