From 078690b4dca36dec9398bfc86d7de00e98438a29 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 4 Jul 2011 18:02:02 +0100 Subject: [PATCH] - Remove debugging code. --- twig.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/twig.c b/twig.c index f3bbbec..74ed67e 100644 --- a/twig.c +++ b/twig.c @@ -469,6 +469,7 @@ PHP_FUNCTION(twig_template_get_attributes) } */ if (strcmp("method", type) != 0) { +// printf("XXXmethod: %s\n", type); if ((TWIG_ARRAY_KEY_EXISTS(object, item)) || (TWIG_INSTANCE_OF(object, zend_ce_arrayaccess) && TWIG_ISSET_ARRAY_ELEMENT(object, item)) ) { -- 1.7.2.5