From: Derick Rethans Date: Mon, 4 Jul 2011 17:02:02 +0000 (+0100) Subject: - Remove debugging code. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=078690b4dca36dec9398bfc86d7de00e98438a29;p=web%2Fkonrad%2Ftwig.git - Remove debugging code. --- 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)) ) {