- Remove debugging code.

This commit is contained in:
Derick Rethans
2011-07-04 18:02:02 +01:00
parent 1b55c97eba
commit 078690b4dc
+1
View File
@@ -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))
) {