- Remove debugging code.
authorDerick Rethans <github@derickrethans.nl>
Mon, 4 Jul 2011 17:02:02 +0000 (18:02 +0100)
committerDerick Rethans <github@derickrethans.nl>
Mon, 4 Jul 2011 17:02:02 +0000 (18:02 +0100)
twig.c

diff --git a/twig.c b/twig.c
index f3bbbec..74ed67e 100644 (file)
--- 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))
                ) {