From d22ed02e773e8351f340ca4b2bf8cb042cba37e1 Mon Sep 17 00:00:00 2001 From: Ian Piumarta Date: Wed, 22 Mar 2023 16:51:55 +0900 Subject: [PATCH] Remove debugging printf. --- src/ccmeta.leg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ccmeta.leg b/src/ccmeta.leg index 9d18b69..cd31352 100644 --- a/src/ccmeta.leg +++ b/src/ccmeta.leg @@ -3,7 +3,7 @@ # Copyright (c) 2016-2021 Ian Piumarta and other contributors (see AUTHORS) # All rights reserved (see LICENSE) # -# Last edited: 2023-03-22 16:42:06 by piumarta on zora-10.local +# Last edited: 2023-03-22 16:51:49 by piumarta on zora-10.local %{ /* compile: leg -o ccmeta.c ccmeta.leg @@ -2754,7 +2754,7 @@ oop newScope(oop parent) void delScope(oop scope) { assert(is(Map, scope)); if (scope->Map.flags & MAP_ENCLOSED) { - printf("IGNORE %p\n", scope); + // printf("IGNORE %p\n", scope); return; } scope->Map.pool= freeScopes;