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